X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8a951b87cc4f6d4db0f1c3c9113a4c0943971ef2..dc63a7ead6dfe2e55bc397f1c98fba8da246c4da:/Navigation.py diff --git a/Navigation.py b/Navigation.py index 06d47ac4..0262a465 100644 --- a/Navigation.py +++ b/Navigation.py @@ -42,6 +42,9 @@ class Navigation: def playService(self, ref, checkParentalControl = True): oldref = self.currentlyPlayingServiceReference + if ref and oldref and ref == oldref: + print "ignore request to play already running service" + return 0 print "playing", ref and ref.toString() self.currentlyPlayingServiceReference = None self.currentlyPlayingService = None