ZZJ
2022-02-11 d365829b14ca4256d39694b9cdcd43bad0ad8595
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() {