diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 1d5928697..e30ca8e9d 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -122,7 +122,7 @@ class downloadBT(Thread): def fg_m3u8_cmd(self, ts_file, to_file): cmd = 'ffmpeg -i ' + file + ' -c copy -map 0 -f segment -segment_list -bsf:v h264_mp4toannexb ' + \ - m3u8_file + ' -segment_time 5 ' + tofile + ts_file + ' -segment_time 5 ' + to_file return cmd def ffmpeg(self, file=''):