mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-06 12:04:44 +02:00
Update:Increased padding on modals
This commit is contained in:
parent
da442f4a17
commit
02089e1489
14 changed files with 19 additions and 19 deletions
|
@ -53,7 +53,7 @@ class AbsAudioPlayerWeb extends WebPlugin {
|
|||
var playbackSession = await $axios.$post(route, { mediaPlayer: 'html5-mobile', forceDirectPlay: true })
|
||||
if (playbackSession) {
|
||||
if (startTime !== undefined && startTime !== null) playbackSession.currentTime = startTime
|
||||
this.setAudioPlayer(playbackSession, true)
|
||||
this.setAudioPlayer(playbackSession, playWhenReady)
|
||||
}
|
||||
}
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue