ZZJ
2021-09-28 5fb65ada8ccc28eabf823b284de70fbd3ca1f41e
src/components/wasmPlayer/wasm/player.js
@@ -173,6 +173,11 @@
  if (this.webglPlayer) this.webglPlayer.fullscreen()
}
Player.prototype.exitfullscreen = function() {
  if (this.webglPlayer) this.webglPlayer.exitfullscreen()
}
Player.prototype.startTrackTimer = function() {
  var This = this
  this.trackTimer = setInterval(function() {