Quick follow up

This commit is contained in:
angelblue05 2015-05-12 02:46:35 -05:00
parent 354f0905f6
commit 8944012821
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class Service():
WINDOW = self.WINDOW WINDOW = self.WINDOW
WINDOW.setProperty("Server_online", "") WINDOW.setProperty("Server_online", "")
self.WINDOW.setProperty("Server_status", "")
WINDOW.setProperty("Emby_Service_Timestamp", str(int(time.time()))) WINDOW.setProperty("Emby_Service_Timestamp", str(int(time.time())))
ConnectionManager().checkServer() ConnectionManager().checkServer()