From 41e39654678496eacf5bb67f6a22bda74cbd3e58 Mon Sep 17 00:00:00 2001 From: Greg Lorenzen Date: Thu, 11 Jul 2024 17:36:31 +0000 Subject: [PATCH] Add SleepTimerTypes for countdown and chapter --- client/plugins/constants.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/plugins/constants.js b/client/plugins/constants.js index f001f6ced..d89fbbbd6 100644 --- a/client/plugins/constants.js +++ b/client/plugins/constants.js @@ -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 = {