mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Fix web player plugin random characters
This commit is contained in:
parent
6e8d84496b
commit
eed8a29c9b
1 changed files with 2 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue