取消IPTV检测时的播放限制

This commit is contained in:
buvta
2020-11-10 14:34:14 +08:00
parent 5965c55773
commit 76ed091c78

View File

@@ -225,10 +225,6 @@ export default {
this.updateDatabase()
},
playEvent (e) {
if (this.checkAllChannelsLoading) {
this.$message.info('正在检测, 请勿操作.')
return false
}
this.video = { iptv: { name: e.name, url: e.url } }
this.view = 'Play'
},