add m4a as audio extension
[enigma2.git] / lib / python / Components / FileList.py
index 231fde2f948db21af169eeac0c5385691ea41f33..a93d444141847d27e3fbc016b6c14664a7215018 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",