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) {