Added -new on MP4Box fixup

This commit is contained in:
R. M 2023-02-22 12:06:20 -03:00
parent 68ff155a9e
commit 7c60b2cd31

View File

@ -362,6 +362,7 @@ class Gamdl:
decrypted_location_video,
'-itags',
'artist=placeholder',
'-new',
fixed_location
],
check = True
@ -377,6 +378,7 @@ class Gamdl:
decrypted_location,
'-itags',
'artist=placeholder',
'-new',
fixed_location
],
check = True