diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 4b0124f7..a9ca780c 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -126,7 +126,7 @@ class Artwork(): result = json.loads(result) try: self.xbmc_port = result['result']['value'] - except TypeError: + except (TypeError, KeyError): pass web_user = {