Update qbittorrent_worker.py

This commit is contained in:
midoks 2020-07-22 20:59:24 +08:00
parent 1a24d11137
commit f00478cf17
1 changed files with 1 additions and 1 deletions

View File

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