diff --git a/service.py b/service.py index 85577a8b..7dc2eafb 100644 --- a/service.py +++ b/service.py @@ -254,7 +254,7 @@ class Service(): # Server is offline or cannot be reached # Alert the user and suppress future warning if self.server_online: - log("Server is offline.", 1) + log("Server is offline.", -1) window('emby_online', value="false") # Suspend threads window('suspend_LibraryThread', value='true')