Fix downloadEvent

This commit is contained in:
haiyangcui
2020-08-15 12:27:44 +02:00
parent 7f41d415f1
commit 472898f978

View File

@@ -345,7 +345,7 @@ export default {
}
} else {
let m3u8List = []
const dd = e.dl.dd
const dd = res.dl.dd
const type = Object.prototype.toString.call(dd)
if (type === '[object Array]') {
for (const i of dd) {