mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
Sync local progress to front-end
This commit is contained in:
parent
ef661bba37
commit
c029e519e9
3 changed files with 12 additions and 3 deletions
|
@ -13,4 +13,5 @@ enum PlayerEvents: String {
|
|||
case sleepSet = "com.audiobookshelf.app.player.sleep.set"
|
||||
case sleepEnded = "com.audiobookshelf.app.player.sleep.ended"
|
||||
case failed = "com.audiobookshelf.app.player.failed"
|
||||
case localProgress = "com.audiobookshelf.app.player.localProgress"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue