Update qbittorrent_worker.py

pull/109/head
midoks 6 years ago
parent 85e57b9253
commit 835a045fe1
  1. 1
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -225,6 +225,7 @@ class downloadBT(Thread):
info = self.query(
"select id from pl_hash_list where info_hash='" + shash + "'")
sname = mdb.escape_string(sname)
if len(info) > 0:
pid = str(info[0][0])
file_data = self.query(

Loading…
Cancel
Save