diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index 844c1940..c7bf5ba3 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -14,7 +14,7 @@

Current Activity

- Refresh every + Refresh Every seconds
diff --git a/plexpy/config.py b/plexpy/config.py index bda19bc0..4af41ee0 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -209,7 +209,7 @@ _CONFIG_DEFINITIONS = { 'HOME_STATS_CARDS': (list, 'General', ['top_movies', 'popular_movies', 'top_tv', 'popular_tv', 'top_music', \ 'popular_music', 'last_watched', 'top_users', 'top_platforms', 'most_concurrent']), 'HOME_STATS_RECENTLY_ADDED_COUNT': (int, 'General', 50), - 'HOME_REFRESH_INTERVAL': (int, 'General', 2), + 'HOME_REFRESH_INTERVAL': (int, 'General', 10), 'HTTPS_CREATE_CERT': (int, 'General', 1), 'HTTPS_CERT': (str, 'General', ''), 'HTTPS_CERT_CHAIN': (str, 'General', ''),