再次调整直播自动换源

This commit is contained in:
buvta
2021-01-22 17:25:47 +08:00
parent 4e0f73a3de
commit d281a2adab

View File

@@ -1451,6 +1451,10 @@ export default {
stallCount = 0
clearTimeout(stallIptvTimeout)
})
this.xg.on('destroy', () => {
stallCount = 0
clearTimeout(stallIptvTimeout)
})
this.xg.on('exitFullscreen', () => {
if (this.miniMode) this.xg.getCssFullscreen()