diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index eaff267b..2fd740bc 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -1,3 +1,4 @@ +<% from plexpy import PLEX_SERVER_UP %> <%inherit file="base.html"/> <%def name="headIncludes()"> @@ -22,7 +23,15 @@
@@ -241,9 +250,9 @@ }); } }); - }; + } -% if 'current_activity' in config['home_sections']: +% if 'current_activity' in config['home_sections'] and PLEX_SERVER_UP: