diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-02 21:44:34 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-02 21:44:34 +0100 |
| commit | d630d7d7715a6fbc97c1d322ceb2bc0452ab0740 (patch) | |
| tree | a04a5dc528e679ddc22bfeea8ab6b87dd950923d /lib/python/Components/FileList.py | |
| parent | bcd91e419bd46b9194459a80eb8c6454250eb307 (diff) | |
| parent | 5f5bf69803be617adb7364f61c6eed9fd32d6d14 (diff) | |
| download | enigma2-d630d7d7715a6fbc97c1d322ceb2bc0452ab0740.tar.gz enigma2-d630d7d7715a6fbc97c1d322ceb2bc0452ab0740.zip | |
Merge branch 'master' into enigma2_rel25
Diffstat (limited to 'lib/python/Components/FileList.py')
| -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 e028ec3a..231fde2f 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -21,6 +21,7 @@ EXTENSIONS = { "bmp": "picture", "ts": "movie", "avi": "movie", + "divx": "movie", "mpg": "movie", "mpeg": "movie", "mkv": "movie", |
