Skip to content

Commit d97445e

Browse files
committed
check for synced_lyrics_only before saving cover
1 parent d6f30aa commit d97445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamdl/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ def main(
734734
)
735735
logger.debug(f'Downloading to "{remuxed_path}"')
736736
downloader.download_ytdlp(remuxed_path, stream_url)
737-
if not save_cover:
737+
if synced_lyrics_only or not save_cover:
738738
pass
739739
elif cover_path.exists() and not overwrite:
740740
logger.debug(f'Cover already exists at "{cover_path}", skipping')

0 commit comments

Comments
 (0)