Remove forced AAC override for wrapper usage

This commit is contained in:
Rafael Moraes
2026-02-23 23:46:40 -03:00
parent 471a2e85ac
commit f961ade8d8
-7
View File
@@ -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,