Update qbittorrent_worker.py

pull/109/head
midoks 5 years ago
parent 0c249cf318
commit 5b4ceb4eca
  1. 2
      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:

Loading…
Cancel
Save