diff --git a/service.py b/service.py index 33ff6f0b..cff38680 100644 --- a/service.py +++ b/service.py @@ -155,10 +155,6 @@ class Service(): WINDOW.setProperty("Emby_Service_Timestamp", str(int(time.time()))) user.hasAccess() - # Server went offline - xbmcgui.Dialog().notification("Error connecting", "%s Server is unreachable." % self.addonName) - break - if self.KodiMonitor.waitForAbort(5): # Abort was requested while waiting. We should exit break