From 472898f9788d431ff96b3de92d41844b524ab762 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 15 Aug 2020 12:27:44 +0200 Subject: [PATCH] Fix downloadEvent --- src/components/Film.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 2222688..e309871 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -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) {