allow burning DVDs with multiple titles where playback automatically jumps to the...
[enigma2.git] / lib / python / Components / MovieList.py
index 07dd1152f72d7ac5428fa142e7613860a38dcc55..a0bd733498cd30b49f027356d03786118e785095 100644 (file)
@@ -229,7 +229,7 @@ class MovieList(GUIComponent):
                ref = x[0]
                info = self.serviceHandler.info(ref)
                name = info and info.getName(ref)
-               return name and name.lower() or ""
+               return (name and name.lower() or "", -x[2])
 
        def moveTo(self, serviceref):
                count = 0