aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/ParentalControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ParentalControl.py b/lib/python/Components/ParentalControl.py
index b9c31c4b..4bf18067 100644
--- a/lib/python/Components/ParentalControl.py
+++ b/lib/python/Components/ParentalControl.py
@@ -63,7 +63,7 @@ class ParentalControl:
self.serviceLevel.remove(service)
def isServicePlayable(self, service, callback):
- if not config.ParentalControl.configured.value:
+ if not config.ParentalControl.configured.value or not config.ParentalControl.setuppinactive.value:
return True
#print "whitelist:", self.whitelist
#print "blacklist:", self.blacklist