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 (?, ?)',
|
'VALUES (?, ?)',
|
||||||
(actor_id, name))
|
(actor_id, name))
|
||||||
if art_url:
|
if art_url:
|
||||||
self.modify_art(art_url,
|
self.add_art(art_url, actor_id, 'actor', 'thumb')
|
||||||
actor_id,
|
|
||||||
'actor',
|
|
||||||
'thumb')
|
|
||||||
return actor_id
|
return actor_id
|
||||||
|
|
||||||
def get_art(self, kodi_id, kodi_type):
|
def get_art(self, kodi_id, kodi_type):
|
||||||
|
|
Loading…
Add table
Reference in a new issue