diff --git a/plextraktsync/config/HttpCacheConfig.py b/plextraktsync/config/HttpCacheConfig.py index 6f81f64d797..f5ebeda9e20 100644 --- a/plextraktsync/config/HttpCacheConfig.py +++ b/plextraktsync/config/HttpCacheConfig.py @@ -74,6 +74,8 @@ class HttpCacheConfig: # Cache for some time, this activates 304 responses "plex.tv/users/account": "1m", "plex.tv/api/v2/user": "1m", + # plex-login command + "plex.tv/api/v2/resources?includeHttps=1&includeRelay=1": "1m", # Plex patterns # Ratings search "*/library/sections/*/all?*userRating%3E%3E=-1*": "1m",