fix
[enigma2.git] / lib / python / Components / MovieList.py
index 2a3cd910fea6b0c88f8ea9836e952de61b42e63d..3b7e7e3647e3b24a481110fcdb729aedfaa4ea12 100644 (file)
@@ -61,7 +61,7 @@ class MovieList(HTMLComponent, GUIComponent):
 
        def getCurrent(self):
                l = self.l.getCurrentSelection()
-               return l or l[0]
+               return l and l[0]
 
        def GUIcreate(self, parent):
                self.instance = eListbox(parent)