diff --git a/resources/lib/image_cache_thread.py b/resources/lib/image_cache_thread.py index 2f6aacbf..69003b69 100644 --- a/resources/lib/image_cache_thread.py +++ b/resources/lib/image_cache_thread.py @@ -40,7 +40,7 @@ class image_cache_thread(threading.Thread): "http://%s:%s/image/image://%s" % (self.xbmc_host, self.xbmc_port, self.urlToProcess)), auth=(self.xbmc_username, self.xbmc_password), - timeout=(2, 2)) + timeout=(5, 5)) # We don't need the result except: pass diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index 7cc65bed..458b072b 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -1176,7 +1176,6 @@ class TVShows(Items): # Process artwork allartworks = API.getAllArtwork() - self.logMsg('TV id: %s, Seasonid: %s' % (viewid, seasonid), 1) artwork.addArtwork(allartworks, seasonid, "season", kodicursor) if update_item: