diff --git a/src/components/Play.vue b/src/components/Play.vue index 6d343f8..8c92109 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -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()