Fix encoding errors

This commit is contained in:
Ritiek
2017-06-29 12:34:27 +05:30
parent e20be5d97e
commit 3009fb8583
4 changed files with 18 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ def song(input_song, output_song, avconv=False, verbose=False):
else:
exit_code = convert_with_ffmpeg(input_song, output_song, verbose)
return exit_code
return None
return 0
def convert_with_avconv(input_song, output_song, verbose):