Merge branch 'refs/heads/master' into dev/1078-newUI

This commit is contained in:
lin
2025-05-16 11:03:40 +08:00

View File

@@ -208,15 +208,15 @@ export default {
unPause: function() {
if (h265webPlayer[this._uid]) {
h265webPlayer[this._uid].play()
this.playing = h265webPlayer[this._uid].isPlaying()
}
this.playing = h265webPlayer[this._uid].isPlaying()
this.err = ''
},
pause: function() {
if (h265webPlayer[this._uid]) {
h265webPlayer[this._uid].pause()
this.playing = h265webPlayer[this._uid].isPlaying()
}
this.playing = h265webPlayer[this._uid].isPlaying()
this.err = ''
},
mute: function() {