add m4a as audio extension
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 4 Dec 2008 12:10:46 +0000 (13:10 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 4 Dec 2008 12:10:46 +0000 (13:10 +0100)
lib/python/Components/FileList.py

index 231fde2..a93d444 100644 (file)
@@ -10,6 +10,7 @@ from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, \
 from Tools.LoadPixmap import LoadPixmap
 
 EXTENSIONS = {
+               "m4a": "music",
                "mp2": "music",
                "mp3": "music",
                "wav": "music",