Update qbittorrent_worker.py

pull/5/head
Mr Chen 6 years ago
parent 47fc9576dc
commit 8e9aa1489e
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

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

Loading…
Cancel
Save