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