diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index e2793217..786a6d5b 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -212,7 +212,7 @@ class Image_Cache_Thread(Thread): # download. All is well break except requests.ConnectionError: - if window('plex_terminateNow') == 'true': + if threadStopped(): # Kodi terminated break # Server thinks its a DOS attack, ('error 10053')