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: