Skip to content

Commit

Permalink
Add SleepTimerTypes for countdown and chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
glorenzen committed Jul 11, 2024
1 parent acaf1ac commit 41e3965
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/plugins/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 41e3965

Please sign in to comment.