initialize teletext subtitles with page -1 and magazine -1
[vuplus_dvbapp] / Navigation.py
index 9ba0afc..f8c8417 100644 (file)
@@ -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