mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Fix conflicts
This commit is contained in:
@@ -148,5 +148,6 @@ class EmbedMetadata:
|
||||
albumart.close()
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
audiofile.save()
|
||||
return True
|
||||
|
||||
@@ -142,6 +142,11 @@ def grab_single(raw_song, number=None):
|
||||
log.info('Found No metadata. Skipping the download')
|
||||
return
|
||||
|
||||
if args.download_only_metadata:
|
||||
if meta_tags is None:
|
||||
log.info('Found No metadata. Skipping the download')
|
||||
return
|
||||
|
||||
if content is None:
|
||||
log.debug('Found no matching video')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user