Fix for ffmpeg skipped.

pull/1121/head
Louis Vézina 4 years ago
parent 86cf9aa9cc
commit 3726433fe4

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

Loading…
Cancel
Save