Added sleep timer

This commit is contained in:
Rasmus Krämer 2022-05-03 14:32:46 +02:00
parent 9701c767b2
commit 4203654ec8
No known key found for this signature in database
GPG key ID: EC9E510611BFDAA2
4 changed files with 124 additions and 41 deletions

View file

@ -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"
}