Revert "Tweak for parental control - Attempt #2"

This reverts commit af0d9491ea.
This commit is contained in:
angelblue05 2015-05-12 23:00:37 -05:00
parent af0d9491ea
commit 54dd08e9bd
1 changed files with 0 additions and 4 deletions

View File

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