Fix TypeError
This commit is contained in:
parent
d2dd631b4b
commit
263b7d7684
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def process_fanart(plex_id, plex_type, refresh=False):
|
|||
for art in kodi_artwork:
|
||||
if art in external_set_artwork:
|
||||
del external_set_artwork[art]
|
||||
with itemtypes.Movie() as movie:
|
||||
with itemtypes.Movie(None) as movie:
|
||||
movie.artwork.modify_artwork(external_set_artwork,
|
||||
setid,
|
||||
v.KODI_TYPE_SET,
|
||||
|
|
Loading…
Reference in a new issue