X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7249d5f07b5ee201a6b775ac7946255514350682..01897d6c61781861929b773238c8a6251df49629:/Navigation.py diff --git a/Navigation.py b/Navigation.py index 37f3fbf9..7b1deb03 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()