From 11c756466c900c8568e5a14d3ef03b97340aa2a9 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 24 Dec 2020 16:22:51 +0100 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=E7=9A=84=E4=B8=80=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E5=B0=B1=E5=85=88=E6=B8=85=E7=A9=BAonlineUrl,?= =?UTF-8?q?=E5=90=A6=E5=88=99=E6=92=AD=E6=94=BEiptv=E4=BC=9A=E6=9C=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index f672792..950dbbf 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -508,6 +508,7 @@ export default { return false } this.name = '' + this.onlineUrl = '' if (this.timer !== null) { clearInterval(this.timer) this.timer = null @@ -575,7 +576,6 @@ export default { }, playVideo (index = 0, time = 0) { this.isLive = false - this.onlineUrl = '' if (document.querySelector('xg-btn-showhistory')) document.querySelector('xg-btn-showhistory').style.display = 'block' if (document.querySelector('.xgplayer-playbackrate')) document.querySelector('.xgplayer-playbackrate').style.display = 'inline-block' this.fetchM3u8List().then(m3u8Arr => {