Revert "Also cache actor images on manual caching"

This reverts commit 5d2f57aec1.
This commit is contained in:
tomkat83 2017-01-20 16:23:05 +01:00
parent 5d2f57aec1
commit 44b98e5694

View file

@ -259,7 +259,7 @@ class Artwork():
connection = kodiSQL('video')
cursor = connection.cursor()
# dont include actors
cursor.execute("SELECT url FROM art")
cursor.execute("SELECT url FROM art WHERE media_type != 'actor'")
result = cursor.fetchall()
total = len(result)
log.info("Image cache sync about to process %s video images" % total)