updated nl translation
[vuplus_dvbapp] / lib / python / Components / MediaPlayer.py
index 31406e4..70a1dbb 100644 (file)
@@ -61,7 +61,7 @@ class PlayList(HTMLComponent, GUIComponent, MenuList):
                self.oldCurrPlaying = -1
        
        def clear(self):
-               self.list = []
+               del self.list[:]
                self.l.setList(self.list)
                self.currPlaying = 0
                self.oldCurrPlaying = -1