Include legacy codec in wrapper bypass check

This commit is contained in:
Rafael Moraes
2026-02-23 23:46:54 -03:00
parent f961ade8d8
commit 87b8492b4f
+1
View File
@@ -483,6 +483,7 @@ class AppleMusicDownloader:
if (
not self.base_downloader.use_wrapper
or download_item.media_metadata["type"] in MUSIC_VIDEO_MEDIA_TYPE
or self.song_downloader.codec.is_legacy()
):
if (
self.base_downloader.remux_mode == RemuxMode.FFMPEG