aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/PicturePlayer/plugin.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-07-19 13:59:09 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-07-19 13:59:09 +0000
commita51752e73e737052dc0f2b731a387deef80e64af (patch)
tree61a9c9caec0051532c9a10ad24aae731a06f9a32 /lib/python/Plugins/Extensions/PicturePlayer/plugin.py
parent36c9aa923ec2d3b25795404ee7ce553e7e0b52de (diff)
downloadenigma2-a51752e73e737052dc0f2b731a387deef80e64af.tar.gz
enigma2-a51752e73e737052dc0f2b731a387deef80e64af.zip
add .jpe extension
Diffstat (limited to 'lib/python/Plugins/Extensions/PicturePlayer/plugin.py')
-rw-r--r--lib/python/Plugins/Extensions/PicturePlayer/plugin.py2
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()