From 38933b9b2d5beaddc49642626a4f94b408fa1c16 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Wed, 13 Apr 2016 06:00:50 -0500 Subject: [PATCH] Update artwork.py if webserver is disabled. --- resources/lib/artwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 79fb617c..a2ba2330 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -78,7 +78,7 @@ class Artwork(): result = json.loads(result) try: xbmc_webserver_enabled = result['result']['value'] - except TypeError: + except KeyError, TypeError: xbmc_webserver_enabled = False if not xbmc_webserver_enabled: