Change plex to update every time its rendered

This commit is contained in:
Tyler Perkins 2021-12-23 21:18:21 -05:00
parent 9d1714cc7c
commit 5f3f911a1a
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ namespace dashboard::panel {
constexpr size_t PLEX_DEFAULT_ON_SCREEN_TIME = 15000;
//How long should we wait between updates? in ms
//Default 30s
constexpr size_t PLEX_UPDATE_INTERVAL = 30000;
//Default 15
constexpr size_t PLEX_UPDATE_INTERVAL = 15000;
//Color for background bounding boxes
constexpr uint8_t PLEX_BGBOX_RED = 0xD3;