Increase log level severity when PMS goes offline

This commit is contained in:
tomkat83 2016-05-29 17:50:27 +02:00
parent eea101872b
commit af73f2be1f

View file

@ -254,7 +254,7 @@ class Service():
# Server is offline or cannot be reached # Server is offline or cannot be reached
# Alert the user and suppress future warning # Alert the user and suppress future warning
if self.server_online: if self.server_online:
log("Server is offline.", 1) log("Server is offline.", -1)
window('emby_online', value="false") window('emby_online', value="false")
# Suspend threads # Suspend threads
window('suspend_LibraryThread', value='true') window('suspend_LibraryThread', value='true')