diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/ParentalControl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ParentalControl.py b/lib/python/Components/ParentalControl.py index 4bf18067..057537e1 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 or not config.ParentalControl.setuppinactive.value: + if not config.ParentalControl.configured.value or not config.ParentalControl.servicepinactive.value: return True #print "whitelist:", self.whitelist #print "blacklist:", self.blacklist |
