mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 20:21:25 +08:00
v0.8.9 移除版本相关提示
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
let link = window.location.href
|
||||
let info = get('info')
|
||||
let time = get('time')
|
||||
let title = info.split('$')[0]
|
||||
let url = info.split('$')[1]
|
||||
let player = new window.HlsJsPlayer({
|
||||
id: 'mse',
|
||||
@@ -49,7 +48,6 @@
|
||||
})
|
||||
player.on('play', function () {
|
||||
player.currentTime = time
|
||||
document.title = title
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user