diff --git a/src/components/Play.vue b/src/components/Play.vue index 8fa1194..bc0c4de 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -687,6 +687,7 @@ export default { if (this.video.iptv) { var channel = this.iptvList[n] this.video.iptv = channel + this.name = this.video.iptv.name // 是直播源,直接播放 this.playUrl(channel.url) } else {