small private epg fix
[vuplus_dvbapp] / Navigation.py
index 63fc653..8ff1be0 100644 (file)
@@ -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()