mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-09 15:52:40 +08:00
取消IPTV检测时的播放限制
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user