diff --git a/docs/player/index.html b/docs/player/index.html
index d343689..b604283 100644
--- a/docs/player/index.html
+++ b/docs/player/index.html
@@ -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
})