diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-07-19 13:59:09 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-07-19 13:59:09 +0000 |
| commit | a51752e73e737052dc0f2b731a387deef80e64af (patch) | |
| tree | 61a9c9caec0051532c9a10ad24aae731a06f9a32 /lib/python/Plugins | |
| parent | 36c9aa923ec2d3b25795404ee7ce553e7e0b52de (diff) | |
| download | enigma2-a51752e73e737052dc0f2b731a387deef80e64af.tar.gz enigma2-a51752e73e737052dc0f2b731a387deef80e64af.zip | |
add .jpe extension
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/Extensions/PicturePlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/PicturePlayer/plugin.py b/lib/python/Plugins/Extensions/PicturePlayer/plugin.py index 23c250ef..8a591090 100644 --- a/lib/python/Plugins/Extensions/PicturePlayer/plugin.py +++ b/lib/python/Plugins/Extensions/PicturePlayer/plugin.py @@ -452,7 +452,7 @@ class picmain(Screen): if not pathExists(currDir): currDir = "/" - self.filelist = FileList(currDir, matchingPattern = "(?i)^.*\.(jpeg|jpg|png|bmp)") + self.filelist = FileList(currDir, matchingPattern = "(?i)^.*\.(jpeg|jpg|jpe|png|bmp)") self["filelist"] = self.filelist self["thumbnail"] = Pixmap() |
