aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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