mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-09-01 07:30:00 +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 {
|
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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue