✌ 修改为字符串 👌

This commit is contained in:
Hunlongyu
2020-08-04 10:09:22 +08:00
parent 4bde51dc38
commit c41c7c4857

View File

@@ -575,7 +575,7 @@ export default {
link: link
})
}
let m3u8Content = `#EXTM3U`
let m3u8Content = '#EXTM3U'
for (const item of m3u8Arr) {
m3u8Content += `#EXTINF:-1, ${item.name}${item.link}`
}