mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Surround filename in quotes
This commit is contained in:
		@@ -21,7 +21,7 @@ def song(input_song, output_song, folder, avconv=False, trim_silence=False):
 | 
			
		||||
    if not input_song == output_song:
 | 
			
		||||
        log.info("Converting {0} to {1}".format(input_song, output_song.split(".")[-1]))
 | 
			
		||||
    elif input_song.endswith(".m4a"):
 | 
			
		||||
        log.info("Correcting container in {}".format(input_song))
 | 
			
		||||
        log.info('Correcting container in "{}"'.format(input_song))
 | 
			
		||||
    else:
 | 
			
		||||
        return 0
 | 
			
		||||
    if avconv:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user