config.usage.blinking_display_clock_during_recording now changes behavior
[enigma2.git] / Navigation.py
index 37f3fbf96794a2a8a03129afe209fbd86b921cae..7b1deb030d049b6ed9dad5223f4c6149611c5d45 100644 (file)
@@ -7,8 +7,6 @@ import SleepTimer
 import NavigationInstance
 import ServiceReference
 
 import NavigationInstance
 import ServiceReference
 
-from time import time
-
 # TODO: remove pNavgation, eNavigation and rewrite this stuff in python.
 class Navigation:
        def __init__(self):
 # 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):
                        else:
                                playref = ref
                        if self.pnav and not self.pnav.playService(playref):
-                               self.currentlyPlayingServiceReference = ref
+                               self.currentlyPlayingServiceReference = playref
                                return 0
                else:
                        self.stopService()
                                return 0
                else:
                        self.stopService()