fix
[enigma2.git] / lib / python / Components / MediaPlayer.py
index 2579b2796647041312de3c6ed7db0761b26acc1a..c5b0efec208227b0e2eb1aa0361587dfcb29c371 100644 (file)
@@ -42,7 +42,7 @@ def PlaylistEntryComponent(serviceref, state):
 
 class PlayList(MenuList):
        def __init__(self, enableWrapAround = False):
-               MenuList.__init__(self, [], enableWrapAround, eListboxPythonMultiContent())
+               MenuList.__init__(self, [], enableWrapAround, eListboxPythonMultiContent)
                self.l.setFont(0, gFont("Regular", 18))
                self.l.setItemHeight(22)
                self.currPlaying = -1