X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/01abec53c6856c24666967ee51d25d09fc6b8863..435109600b9748e54b1aa9d21bfc3261d14abd60:/Navigation.py 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