This commit is contained in:
Louis Vézina 2020-06-10 15:47:44 -04:00
parent c61357b4b4
commit c4d199dc5b
1 changed files with 1 additions and 1 deletions

View File

@ -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: