Increase log level severity when PMS goes offline
This commit is contained in:
parent
eea101872b
commit
af73f2be1f
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue