Fix for ffmpeg skipped.

This commit is contained in:
Louis Vézina 2020-09-23 09:59:03 -04:00
parent 86cf9aa9cc
commit 3726433fe4
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ class EmbeddedSubsReader:
self.ffprobe = get_binary("ffprobe")
subtitles_list = []
toto = False
if self.ffprobe and toto:
if self.ffprobe:
api.initialize({'provider': 'ffmpeg', 'ffmpeg': self.ffprobe})
data = api.know(file)