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:
		| @@ -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