From 43d4f69e5ce3fcb1483396bcd9a4c10950bdcaf9 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sat, 17 Dec 2016 14:01:00 +0100 Subject: [PATCH] Don't repeatedly show PMS offline message --- resources/lib/initialsetup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/lib/initialsetup.py b/resources/lib/initialsetup.py index 0dfdd221..ad7dc95e 100644 --- a/resources/lib/initialsetup.py +++ b/resources/lib/initialsetup.py @@ -242,14 +242,6 @@ class InitialSetup(): log.warn('The PMS you have used before with a unique ' 'machineIdentifier of %s and name %s is ' 'offline' % (self.serverid, name)) - # "PMS xyz offline" - if settings('show_pms_offline') == 'true': - self.dialog.notification(addonName, - '%s %s' - % (name, lang(39213)), - xbmcgui.NOTIFICATION_ERROR, - 7000, - False) return chk = self._checkServerCon(server) if chk == 504 and httpsUpdated is False: