diff --git a/bazarr/subsyncer.py b/bazarr/subsyncer.py index 9b873e017..34984900d 100644 --- a/bazarr/subsyncer.py +++ b/bazarr/subsyncer.py @@ -76,7 +76,7 @@ class SubSyncer: raise NoAudioTrack ffmpeg_exe = get_binary('ffmpeg') - if not ffprobe_exe: + if not ffmpeg_exe: logging.debug('BAZARR FFmpeg not found!') return else: