mirror of
https://github.com/Clortox/dashboard.git
synced 2026-04-07 16:28:01 +00:00
Change plex to update every time its rendered
This commit is contained in:
@@ -24,8 +24,8 @@ namespace dashboard::panel {
|
|||||||
constexpr size_t PLEX_DEFAULT_ON_SCREEN_TIME = 15000;
|
constexpr size_t PLEX_DEFAULT_ON_SCREEN_TIME = 15000;
|
||||||
|
|
||||||
//How long should we wait between updates? in ms
|
//How long should we wait between updates? in ms
|
||||||
//Default 30s
|
//Default 15
|
||||||
constexpr size_t PLEX_UPDATE_INTERVAL = 30000;
|
constexpr size_t PLEX_UPDATE_INTERVAL = 15000;
|
||||||
|
|
||||||
//Color for background bounding boxes
|
//Color for background bounding boxes
|
||||||
constexpr uint8_t PLEX_BGBOX_RED = 0xD3;
|
constexpr uint8_t PLEX_BGBOX_RED = 0xD3;
|
||||||
|
|||||||
Reference in New Issue
Block a user