Add SleepTimerTypes for countdown and chapter

This commit is contained in:
Greg Lorenzen 2024-07-11 17:36:31 +00:00
parent acaf1ac196
commit 41e3965467

View file

@ -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 = {