Speed up sync of actor artwork

This commit is contained in:
croneter 2018-11-09 08:02:04 +01:00
parent 463d0540a4
commit c8e8e04697

View file

@ -445,10 +445,7 @@ class KodiVideoDB(common.KodiDBBase):
'VALUES (?, ?)',
(actor_id, name))
if art_url:
self.modify_art(art_url,
actor_id,
'actor',
'thumb')
self.add_art(art_url, actor_id, 'actor', 'thumb')
return actor_id
def get_art(self, kodi_id, kodi_type):