diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-02 11:14:33 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:52:04 +0100 |
| commit | bd9c23676ae20d70488f7a539574b2ec75886940 (patch) | |
| tree | b63fe0dfcf0a81de301d750a71b265ee598c7e29 /lib/python/Components | |
| parent | 09fd651afb1107d45f5d400fad6bb4bb9b825439 (diff) | |
| download | enigma2-bd9c23676ae20d70488f7a539574b2ec75886940.tar.gz enigma2-bd9c23676ae20d70488f7a539574b2ec75886940.zip | |
add .mp2 as supported filetype
Diffstat (limited to 'lib/python/Components')
| -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 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", |
