Also cache actor images on manual caching
This commit is contained in:
parent
225776a145
commit
5d2f57aec1
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class Artwork():
|
|||
connection = kodiSQL('video')
|
||||
cursor = connection.cursor()
|
||||
# dont include actors
|
||||
cursor.execute("SELECT url FROM art WHERE media_type != 'actor'")
|
||||
cursor.execute("SELECT url FROM art")
|
||||
result = cursor.fetchall()
|
||||
total = len(result)
|
||||
log.info("Image cache sync about to process %s video images" % total)
|
||||
|
|
Loading…
Reference in a new issue