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