mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-01 16:49:38 +00:00
Add:Sleep timer #165
This commit is contained in:
parent
45582343b8
commit
eb82d9c300
4 changed files with 221 additions and 23 deletions
|
|
@ -255,8 +255,7 @@ export default class PlayerHandler {
|
|||
}
|
||||
|
||||
play() {
|
||||
if (!this.player) return
|
||||
this.player.play()
|
||||
if (this.player) this.player.play()
|
||||
}
|
||||
|
||||
pause() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue