mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 04:11:43 +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
|
LOCAL: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const SleepTimerTypes = {
|
||||||
|
COUNTDOWN: 'countdown',
|
||||||
|
CHAPTER: 'chapter'
|
||||||
|
}
|
||||||
|
|
||||||
const Constants = {
|
const Constants = {
|
||||||
SupportedFileTypes,
|
SupportedFileTypes,
|
||||||
DownloadStatus,
|
DownloadStatus,
|
||||||
BookCoverAspectRatio,
|
BookCoverAspectRatio,
|
||||||
BookshelfView,
|
BookshelfView,
|
||||||
PlayMethod
|
PlayMethod,
|
||||||
|
SleepTimerTypes
|
||||||
}
|
}
|
||||||
|
|
||||||
const KeyNames = {
|
const KeyNames = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue