mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Add SleepTimerTypes for countdown and chapter
This commit is contained in:
parent
acaf1ac196
commit
41e3965467
1 changed files with 7 additions and 1 deletions
|
|
@ -32,12 +32,18 @@ const PlayMethod = {
|
|||
LOCAL: 3
|
||||
}
|
||||
|
||||
const SleepTimerTypes = {
|
||||
COUNTDOWN: 'countdown',
|
||||
CHAPTER: 'chapter'
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
SupportedFileTypes,
|
||||
DownloadStatus,
|
||||
BookCoverAspectRatio,
|
||||
BookshelfView,
|
||||
PlayMethod
|
||||
PlayMethod,
|
||||
SleepTimerTypes
|
||||
}
|
||||
|
||||
const KeyNames = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue