Update qbittorrent_worker.py

pull/109/head
Mr Chen 6 years ago
parent 7bddfa887b
commit ef92364fe9
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -132,7 +132,7 @@ class downloadBT(Thread):
file_list.append(file_path)
return file_list
def file_video(self.path, has=['.mp4']):
def file_video(self, path, has=['.mp4']):
flist = self.file_arr(path)
video = []
for i in range(len(flist)):

Loading…
Cancel
Save