fix bug in alternative services
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 8 Feb 2007 21:14:54 +0000 (21:14 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 8 Feb 2007 21:14:54 +0000 (21:14 +0000)
Navigation.py

index 37f3fbf..cde4ca4 100644 (file)
@@ -62,7 +62,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()