Add:Sleep timer #165

This commit is contained in:
advplyr 2022-03-05 12:30:46 -06:00
parent 45582343b8
commit eb82d9c300
4 changed files with 221 additions and 23 deletions

View file

@ -255,8 +255,7 @@ export default class PlayerHandler {
}
play() {
if (!this.player) return
this.player.play()
if (this.player) this.player.play()
}
pause() {