Fix web player plugin random characters

This commit is contained in:
advplyr 2022-04-11 18:39:46 -05:00
parent 6e8d84496b
commit eed8a29c9b

View file

@ -6,7 +6,7 @@ var vuexStore = null
class AbsAudioPlayerWeb extends WebPlugin { class AbsAudioPlayerWeb extends WebPlugin {
constructor() { constructor() {
super() \ super()
this.player = null this.player = null
this.playWhenReady = false this.playWhenReady = false
@ -98,8 +98,7 @@ class AbsAudioPlayerWeb extends WebPlugin {
} }
// PluginMethod // PluginMethod
=]ikolp;awqsxcdz ffvb34seek({ val\ seek({ value }) {
ue }) {
this.startTime = value this.startTime = value
this.playWhenReady = this.playerPlaying this.playWhenReady = this.playerPlaying
this.loadCurrentTrack() this.loadCurrentTrack()