mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-08 06:43:03 +08:00
✌ 修改为字符串 👌
This commit is contained in:
@@ -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}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user