From 1d37ec38eee29609b475d2391c481d7d995b0cff Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 22 Jul 2020 19:46:34 +0800 Subject: [PATCH] Update qbittorrent_worker.py --- plugins/qbittorrent/workers/qbittorrent_worker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index fc861791e..238c5b613 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -387,7 +387,6 @@ class downloadBT(Thread): if os.path.exists(m3u8_file): print self.debug('m3u8 exists:' + tofile) - self.ffmpeg_file_sync() if TASK_DEBUG == 0: self.ffmpeg_file_sync() self.ffmpeg_del_file(mp4file, tsfile, m3u8_dir)