X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Navigation.py;h=451b6da18ad89db2f2347a7c92a77db67086299e;hp=a905da19c8929689b7aa9991a51452ad36254256;hb=111726307a7dee30c221e10ff144ed27ffb6283c;hpb=a2cc3fcba8d9dada271b4c444b56dc1afe1aa7f9 diff --git a/Navigation.py b/Navigation.py index a905da1..451b6da 100644 --- a/Navigation.py +++ b/Navigation.py @@ -55,7 +55,8 @@ class Navigation: if ref and oldref and ref == oldref and not forceRestart: print "ignore request to play already running service(1)" return 0 - print "playing", ref and ref.toString() + #print "playing", ref and ref.toString() + print "playing service.." if ref is None: self.stopService() return 0 @@ -112,6 +113,7 @@ class Navigation: print "stopService" if self.pnav: self.pnav.stopService() + self.currentlyPlayingServiceReference = None def pause(self, p): return self.pnav and self.pnav.pause(p) @@ -123,3 +125,4 @@ class Navigation: def stopUserServices(self): self.stopService() +