mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 22:27:14 +02:00
Fix web player plugin random characters
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user