mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-01-28 20:26:32 +00:00
Fix conflicts
This commit is contained in:
@@ -148,5 +148,6 @@ class EmbedMetadata:
|
|||||||
albumart.close()
|
albumart.close()
|
||||||
except IndexError:
|
except IndexError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
audiofile.save()
|
audiofile.save()
|
||||||
return True
|
return True
|
||||||
|
|||||||
@@ -142,6 +142,11 @@ 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 meta_tags is None:
|
||||||
|
log.info('Found No metadata. Skipping the download')
|
||||||
|
return
|
||||||
|
|
||||||
if content is None:
|
if content is None:
|
||||||
log.debug('Found no matching video')
|
log.debug('Found no matching video')
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user