aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-11-02 11:14:33 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:47:04 +0100
commitce8e939502fb096515b84a16087bdcb2c498bfdc (patch)
tree128a37156e81d999e1b1fd2508a597b4824bd931 /lib/python/Components/FileList.py
parenta2db874464833311586936a3d658c302d9dde109 (diff)
downloadenigma2-ce8e939502fb096515b84a16087bdcb2c498bfdc.tar.gz
enigma2-ce8e939502fb096515b84a16087bdcb2c498bfdc.zip
add .mp2 as supported filetype
Diffstat (limited to 'lib/python/Components/FileList.py')
-rw-r--r--lib/python/Components/FileList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index 7801c556..e028ec3a 100644
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -10,6 +10,7 @@ from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, \
from Tools.LoadPixmap import LoadPixmap
EXTENSIONS = {
+ "mp2": "music",
"mp3": "music",
"wav": "music",
"ogg": "music",