missing self

This commit is contained in:
SpootDev 2016-04-06 13:28:08 -05:00
parent fa1c710821
commit e0f33ffc12
1 changed files with 1 additions and 1 deletions

View File

@ -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):