Add some comments

This commit is contained in:
Croneter 2018-04-30 14:18:14 +02:00
parent e1c7ab5b04
commit 952261fb5a

View file

@ -162,9 +162,11 @@ class Artwork():
return
LOG.info('Caching has not been completed - caching %s major images',
len(artworks_to_cache))
# Caching %s images
self.queue.put(ArtworkSyncMessage(lang(30006) % len(artworks_to_cache)))
for url in artworks_to_cache:
self.queue.put(url[0])
# Major image caching done
self.queue.put(ArtworkSyncMessage(lang(30007)))
def fullTextureCacheSync(self):