always utf8 for radiotext
[enigma2.git] / Navigation.py
index 9ba0afc55603c95729dd82f0d5ccc8b83a722d94..f8c8417384ad16c93cd1f85ca06eee93a442da0d 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