diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-04 13:10:46 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-04 13:10:46 +0100 |
| commit | 94b2320a63cb6731178fd0b81e27498eff806033 (patch) | |
| tree | 8edf2cef7158dc797504309e16d11085b43ba8d5 /lib/python | |
| parent | d1883acaa73750cb4c2707834dcbd2e73766b455 (diff) | |
| download | enigma2-94b2320a63cb6731178fd0b81e27498eff806033.tar.gz enigma2-94b2320a63cb6731178fd0b81e27498eff806033.zip | |
add m4a as audio extension
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/FileList.py | 1 |
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", |
