From c4d199dc5ba90c1748bee9218f4870b6720ae240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 10 Jun 2020 15:47:44 -0400 Subject: [PATCH] Typo --- bazarr/subsyncer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: