aboutsummaryrefslogtreecommitdiff
path: root/Navigation.py
diff options
context:
space:
mode:
Diffstat (limited to 'Navigation.py')
-rw-r--r--Navigation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Navigation.py b/Navigation.py
index 9ba0afc5..f8c84173 100644
--- a/Navigation.py
+++ b/Navigation.py
@@ -41,7 +41,7 @@ class Navigation:
self.stopService()
return 0
- if not checkParentalControl or parentalControl.isServicePlayable(ref, boundFunction(self.playService, checkParentalControl = False)):
+ if not checkParentalControl or parentalControl.isServicePlayable(ref.toCompareString(), boundFunction(self.playService, checkParentalControl = False)):
if self.pnav and not self.pnav.playService(ref):
self.currentlyPlayingServiceReference = ref
return 0