diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 3631536c..bd314ecd 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -74,7 +74,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: