diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 3017afe99..b19e540a7 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -304,6 +304,7 @@ class downloadBT(Thread): self.sign_torrent = torrent # print torrent path = torrent['save_path'] + torrent['name'] + path = path.encode() try: self.video_do(path) except Exception as e: