Fix failing thumbnail generation

This commit is contained in:
Brett Williams
2023-06-15 11:26:52 -05:00
parent 69715e8afa
commit cae5dbb41c
2 changed files with 11 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import subprocess
import ffmpeg # todo: remove all references to ffmpeg library and instead use direct subprocesses
from ..engines.ffmpeg_engine import FFMPEG
from lib.engines.ffmpeg_engine import FFMPEG
def file_info(path):