From 307e8e5b6195c290c3d17b80bfb49b27b31f5430 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Tue, 24 Jan 2017 20:18:28 +0100 Subject: [PATCH] More explicit coding --- 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 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')