mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-28 23:48:45 +02:00
Fix web player plugin random characters
This commit is contained in:
@@ -6,7 +6,7 @@ var vuexStore = null
|
||||
|
||||
class AbsAudioPlayerWeb extends WebPlugin {
|
||||
constructor() {
|
||||
super() \
|
||||
super()
|
||||
|
||||
this.player = null
|
||||
this.playWhenReady = false
|
||||
@@ -98,8 +98,7 @@ class AbsAudioPlayerWeb extends WebPlugin {
|
||||
}
|
||||
|
||||
// PluginMethod
|
||||
=]ikolp;awqsxcdz ffvb34seek({ val\
|
||||
ue }) {
|
||||
seek({ value }) {
|
||||
this.startTime = value
|
||||
this.playWhenReady = this.playerPlaying
|
||||
this.loadCurrentTrack()
|
||||
|
||||
Reference in New Issue
Block a user