Remove mp4.clear() call in AppleMusic downloader

This commit is contained in:
Rafael Moraes
2026-05-24 14:53:48 -03:00
parent a62ac76639
commit d072f322db
-1
View File
@@ -366,7 +366,6 @@ class AppleMusicBaseDownloader:
skip_tagging: bool,
):
mp4 = MP4(media_path)
mp4.clear()
if not skip_tagging:
if cover_bytes is not None: