Speed up sync of actor artwork
This commit is contained in:
parent
463d0540a4
commit
c8e8e04697
1 changed files with 1 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue