From f961ade8d852f41c69ee84144b92226eeb2be8aa Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:46:40 -0300 Subject: [PATCH] Remove forced AAC override for wrapper usage --- gamdl/cli/cli.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gamdl/cli/cli.py b/gamdl/cli/cli.py index 02f10fd..c2d82de 100644 --- a/gamdl/cli/cli.py +++ b/gamdl/cli/cli.py @@ -104,13 +104,6 @@ async def main(config: CliConfig): " downloadable" ) - if config.song_codec.is_legacy() and config.use_wrapper: - logger.warning( - "Legacy song codecs are not supported when using the wrapper. " - "Your song codec will be changed to AAC." - ) - config.song_codec = SongCodec.AAC - interface = AppleMusicInterface( apple_music_api, itunes_api,