From d281a2adabc29dfefa18f48cd46d242fe2ebbdeb Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Fri, 22 Jan 2021 17:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E8=B0=83=E6=95=B4=E7=9B=B4?= =?UTF-8?q?=E6=92=AD=E8=87=AA=E5=8A=A8=E6=8D=A2=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 4 ++++ 1 file changed, 4 insertions(+) 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()