aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-12-04 13:10:46 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-12-04 13:10:46 +0100
commit94b2320a63cb6731178fd0b81e27498eff806033 (patch)
tree8edf2cef7158dc797504309e16d11085b43ba8d5 /lib/python/Components/FileList.py
parentd1883acaa73750cb4c2707834dcbd2e73766b455 (diff)
downloadenigma2-94b2320a63cb6731178fd0b81e27498eff806033.tar.gz
enigma2-94b2320a63cb6731178fd0b81e27498eff806033.zip
add m4a as audio extension
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 231fde2f..a93d4441 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 = {
+ "m4a": "music",
"mp2": "music",
"mp3": "music",
"wav": "music",