diff --git a/headphones/music_encoder.py b/headphones/music_encoder.py index 63e44927..04dec8f5 100644 --- a/headphones/music_encoder.py +++ b/headphones/music_encoder.py @@ -136,6 +136,7 @@ def command(encoder,musicSource,musicDest,albumPath): cmd=cmd+' '+ headphones.ADVANCEDENCODER cmd=cmd+ ' "' + musicDest + '"' + logger.debug(cmd) try: return_code = call(cmd, shell=True)