From 1d8fa2600c281a121ccaaaccf730a7536a316999 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 18 Jan 2022 13:51:43 -0500 Subject: [PATCH] Update internal tautulli api key --- src/panel/plex_config.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/panel/plex_config.hpp b/src/panel/plex_config.hpp index 4e73c8e..9e115c8 100644 --- a/src/panel/plex_config.hpp +++ b/src/panel/plex_config.hpp @@ -14,9 +14,9 @@ namespace dashboard::panel { constexpr char PLEX_TITLE[] = "Plex"; //Tautili endpoint - constexpr char PLEX_URL_SOURCE_HISTORY[] = "http://192.168.1.104:8181/api/v2?apikey=64af06e0497342f7a5862462ddbbd309&cmd=get_history&length=5"; - constexpr char PLEX_URL_SOURCE_NAME[] = "http://192.168.1.104:8181/api/v2?apikey=64af06e0497342f7a5862462ddbbd309&cmd=get_server_friendly_name"; - constexpr char PLEX_URL_SOURCE_TOP_USERS[] = "http://192.168.1.104:8181/api/v2?apikey=64af06e0497342f7a5862462ddbbd309&cmd=get_plays_by_top_10_users"; + constexpr char PLEX_URL_SOURCE_HISTORY[] = "http://192.168.1.104:8181/api/v2?apikey=62917cc0bea04aa69cbb85141e312e84&cmd=get_history&length=5"; + constexpr char PLEX_URL_SOURCE_NAME[] = "http://192.168.1.104:8181/api/v2?apikey=62917cc0bea04aa69cbb85141e312e84&cmd=get_server_friendly_name"; + constexpr char PLEX_URL_SOURCE_TOP_USERS[] = "http://192.168.1.104:8181/api/v2?apikey=62917cc0bea04aa69cbb85141e312e84&cmd=get_plays_by_top_10_users"; //How many characters of a show title should we show? constexpr size_t PLEX_MAX_STRING_LENGTH = 35;