From 956ebbf8b8b337c7a3923e63d9a8cbbc2acef4e6 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sun, 22 Nov 2020 10:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Play=E9=A1=B5=E9=9D=A2channel?= =?UTF-8?q?List=E5=8A=A0=E8=BD=BD=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index f8159e8..fe2af35 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -400,8 +400,8 @@ export default { this.right.show = false this.right.type = '' if (this.view === 'Play') { + this.getChannelList() if (this.video.key === '' && !this.video.iptv) { - this.getChannelList() this.channelListShow = true } } @@ -530,7 +530,6 @@ export default { ele.isActive = ele.channels.some(e => e.isActive) channelList.remove(ele.id) channelList.add(ele) - this.getChannelList() }, playChannel (channel) { if (channel.channels) { @@ -541,7 +540,6 @@ export default { ele.prefer = channel.id channelList.remove(ele.id) channelList.add(ele) - this.getChannelList() this.right.sources = ele.channels.filter(e => e.isActive) } this.video.iptv = channel