diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-02 00:14:00 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-02 00:14:00 +0100 |
| commit | 819285a4572823e343f0d1ab88e2c68c2caf2677 (patch) | |
| tree | 224be7919e05ab6a321948f579d04da015f67a4e /lib/python/Components/FileList.py | |
| parent | 4030160e538a616edfd896c5cf6481bb458aaabe (diff) | |
| download | enigma2-819285a4572823e343f0d1ab88e2c68c2caf2677.tar.gz enigma2-819285a4572823e343f0d1ab88e2c68c2caf2677.zip | |
add "divx" as known file extension
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", |
