This commit is contained in:
Markos Gogoulos
2025-05-15 22:46:10 +03:00
parent 5123ea7f8d
commit 1fbdb86bac
3 changed files with 18 additions and 20 deletions
-1
View File
@@ -423,7 +423,6 @@ def copy_video(original_media, copy_encodings=True, title_suffix="(Trimmed)"):
Returns:
New Media object
"""
from .tasks import update_encoding_size
with open(original_media.media_file.path, "rb") as f:
myfile = File(f)