diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index 6639adbd..90ebec3b 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -256,8 +256,13 @@ } if (!(current_activity)) { + % if _session['user_group'] == 'admin': + var msg_settings = ' Verify your server in the settings.'; + % else: + var msg_settings = '' + % endif $('#currentActivityHeader').text(''); - $('#currentActivity').html('
There was an error communicating with your Plex Server.
'); + $('#currentActivity').html('
There was an error communicating with your Plex Server.' + msg_settings + '
'); return }