X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Navigation.py;h=7b1deb030d049b6ed9dad5223f4c6149611c5d45;hp=37f3fbf96794a2a8a03129afe209fbd86b921cae;hb=225ccab242e6bef2cda3d2db15f22ea9a5343936;hpb=7249d5f07b5ee201a6b775ac7946255514350682 diff --git a/Navigation.py b/Navigation.py index 37f3fbf..7b1deb0 100644 --- a/Navigation.py +++ b/Navigation.py @@ -7,8 +7,6 @@ import SleepTimer import NavigationInstance import ServiceReference -from time import time - # TODO: remove pNavgation, eNavigation and rewrite this stuff in python. class Navigation: def __init__(self): @@ -62,7 +60,7 @@ class Navigation: else: playref = ref if self.pnav and not self.pnav.playService(playref): - self.currentlyPlayingServiceReference = ref + self.currentlyPlayingServiceReference = playref return 0 else: self.stopService()