mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
missing self
This commit is contained in:
parent
fa1c710821
commit
e0f33ffc12
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ class Kodidb_Functions():
|
|||
if "writing" in arttype:
|
||||
arttype = "writer"
|
||||
|
||||
self.artwork.addOrUpdateArt(thumb, actorid, arttype, "thumb", cursor)
|
||||
self.artwork.addOrUpdateArt(thumb, actorid, arttype, "thumb", self.cursor)
|
||||
|
||||
def addGenres(self, kodiid, genres, mediatype):
|
||||
|
||||
|
|
Loading…
Reference in a new issue