aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
diff options
context:
space:
mode:
authortopfs2 <topfs2@svn>2010-07-20 16:40:59 +0000
committertopfs2 <topfs2@svn>2010-07-20 16:40:59 +0000
commita0baa0d6dec741c188d473738661e33039259726 (patch)
treea0341c110287930c2147286f3acd3b5b60b8651f /tools/EventClients
parenta717d2f52483119a477007522b095d7e8ed861fc (diff)
Applied #9475 - Thanks David Byers
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32014 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients')
-rw-r--r--tools/EventClients/lib/python/xbmcclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/lib/python/xbmcclient.py b/tools/EventClients/lib/python/xbmcclient.py
index 9a5138ebb2..7d32d98662 100644
--- a/tools/EventClients/lib/python/xbmcclient.py
+++ b/tools/EventClients/lib/python/xbmcclient.py
@@ -634,5 +634,5 @@ class XBMCClient:
elif icon_file.lower()[-3:] == "gif":
return ICON_GIF
elif icon_file.lower()[-3:] == "jpg":
- return ICON_JPG
+ return ICON_JPEG
return ICON_NONE