mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Rename function
This commit is contained in:
@@ -159,7 +159,7 @@ def convert_song(music_file):
|
||||
convert_with_FFmpeg(music_file)
|
||||
os.remove('Music/' + music_file + args.input_ext)
|
||||
|
||||
def convert_with_libav(music_file):
|
||||
def convert_with_avconv(music_file):
|
||||
# different path for windows
|
||||
if os.name == 'nt':
|
||||
avconv_path = 'Scripts\\avconv.exe'
|
||||
|
||||
Reference in New Issue
Block a user