mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Minor fix
This commit is contained in:
@@ -142,7 +142,7 @@ def grab_single(raw_song, number=None):
|
|||||||
log.info('Found No metadata. Skipping the download')
|
log.info('Found No metadata. Skipping the download')
|
||||||
return
|
return
|
||||||
|
|
||||||
if args.download_only_metadata:
|
if const.args.download_only_metadata:
|
||||||
if meta_tags is None:
|
if meta_tags is None:
|
||||||
log.info('Found No metadata. Skipping the download')
|
log.info('Found No metadata. Skipping the download')
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user