mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Fix spacing in wrapper codec warning
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user