X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/562f08b0d0d53a3b79516dff47a7eea7ba971d17..f96990d7d97115a2cdc070dedd88629c11a17f39:/Navigation.py diff --git a/Navigation.py b/Navigation.py index 63fc6535..8ff1be0c 100644 --- a/Navigation.py +++ b/Navigation.py @@ -29,6 +29,7 @@ class Navigation: x(i) def playService(self, ref): + print "playing", ref self.currentlyPlayingServiceReference = None if ref is None: self.stopService() @@ -77,6 +78,7 @@ class Navigation: def shutdown(self): self.RecordTimer.shutdown() + del self.pnav def stopUserServices(self): self.stopService()