diff --git a/src/components/Play.vue b/src/components/Play.vue index 4648e2a..88c46f6 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -50,7 +50,7 @@ - + 收藏 @@ -639,6 +639,7 @@ export default { }, playVideo (index = 0, time = 0) { this.isLive = false + this.isStar = false this.exportablePlaylist = false this.fetchPlaylist().then(async (fullList) => { let playlist = fullList[0].list // ZY支持的已移到首位 @@ -710,7 +711,7 @@ export default { name: res.name }) resolve(res.fullList) - }) + }).catch(err => { this.$message.error('播放地址可能已失效,请换源并调整收藏', err); this.name = this.video.info.name; this.updateStar(); this.otherEvent() }) } else { res = this.DetailCache[cacheKey] this.name = res.name