Fix spacing in wrapper codec warning

This commit is contained in:
Rafael Moraes
2026-02-23 23:31:33 -03:00
parent 22628c4c53
commit a17b1296d8
+1 -1
View File
@@ -106,7 +106,7 @@ async def main(config: CliConfig):
if config.song_codec.is_legacy() and config.use_wrapper:
logger.warning(
"Legacy song codecs are not supported when using the wrapper."
"Legacy song codecs are not supported when using the wrapper. "
"Your song codec will be changed to AAC."
)
config.song_codec = SongCodec.AAC