💖 修复网页端播放失败bug

This commit is contained in:
Hunlongyu
2020-02-26 21:57:59 +08:00
parent 9a14219418
commit b75de05f09

View File

@@ -35,10 +35,11 @@
let info = get('info')
let time = get('time')
let flag = info.indexOf('$')
let url
if (flag > 0) {
let url = info.split('$')[1]
url = info.split('$')[1]
} else {
let url = info
url = info
}
let player = new window.HlsJsPlayer({
id: 'mse',