mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
Added sleep timer
This commit is contained in:
parent
9701c767b2
commit
4203654ec8
4 changed files with 124 additions and 41 deletions
|
@ -10,4 +10,6 @@ import Foundation
|
|||
enum PlayerEvents: String {
|
||||
case update = "com.audiobookshelf.app.player.update"
|
||||
case closed = "com.audiobookshelf.app.player.closed"
|
||||
case sleepSet = "com.audiobookshelf.app.player.sleep.set"
|
||||
case sleepEnded = "com.audiobookshelf.app.player.sleep.ended"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue