mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Remove mp4.clear() call in AppleMusic downloader
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user