From 5b4ceb4eca68002a70de43b18893633db42c57d0 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 22 Jul 2020 20:59:24 +0800 Subject: [PATCH] Update qbittorrent_worker.py --- plugins/qbittorrent/workers/qbittorrent_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 238c5b613..ba1bb9bf1 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -101,7 +101,7 @@ MAX_ACTIVE_TORRENTS = cp.getint(section_setting, "MAX_ACTIVE_TORRENTS") MAX_ACTIVE_DOWNLOADS = cp.getint(section_setting, "MAX_ACTIVE_DOWNLOADS") rooDir = getRootDir() -tmp_cmd = rooDir + "/lib/ffmpeg/bin/ffmpeg" +tmp_cmd = rooDir + "/lib/ffmpeg/ffmpeg" if os.path.exists(tmp_cmd): ffmpeg_cmd = tmp_cmd else: