X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Navigation.py;h=f8c8417384ad16c93cd1f85ca06eee93a442da0d;hb=619983c4f596e3371c58c52dd725680846376484;hp=9ba0afc55603c95729dd82f0d5ccc8b83a722d94;hpb=01abec53c6856c24666967ee51d25d09fc6b8863;p=vuplus_dvbapp diff --git a/Navigation.py b/Navigation.py index 9ba0afc..f8c8417 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