播放直播源时VideoTitle显示直播频道的名字

This commit is contained in:
haiyangcui
2020-10-13 22:08:40 +02:00
parent 2562119bad
commit d564d0928b

View File

@@ -300,6 +300,7 @@ export default {
if (this.video.iptv) {
// 是直播源,直接播放
this.playUrl(this.video.iptv.url)
this.name = this.video.iptv.name
this.getIptvList()
} else {
const index = this.video.info.index | 0