v0.8.9 移除版本相关提示

This commit is contained in:
Hunlongyu
2020-01-31 06:57:35 +08:00
parent 0e359be8a3
commit 1ab025ccfe
3 changed files with 1 additions and 37 deletions

View File

@@ -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>