播放电视频道时,更新播放页面的左上角标题

This commit is contained in:
haiyangcui
2020-10-26 13:42:23 +01:00
parent 86130e6c53
commit 8e4a0870a1

View File

@@ -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 {