Fix artwork caching AttributeError
This commit is contained in:
parent
b3402fc3d5
commit
996adc2c03
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Sync(backgroundthread.KillableThread):
|
|||
LOG.info('Not synching Plex artwork - not caching')
|
||||
return
|
||||
if self.image_cache_thread and self.image_cache_thread.is_alive():
|
||||
self.image_cache_thread.cancel()
|
||||
self.image_cache_thread.abort()
|
||||
self.image_cache_thread.join()
|
||||
self.image_cache_thread = artwork.ImageCachingThread()
|
||||
self.image_cache_thread.start()
|
||||
|
|
Loading…
Reference in a new issue