From e0f33ffc125902e81ee212ad17877be9ebad7370 Mon Sep 17 00:00:00 2001 From: SpootDev Date: Wed, 6 Apr 2016 13:28:08 -0500 Subject: [PATCH] missing self --- resources/lib/kodidb_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/kodidb_functions.py b/resources/lib/kodidb_functions.py index 5d258d91..6c3dd8b1 100644 --- a/resources/lib/kodidb_functions.py +++ b/resources/lib/kodidb_functions.py @@ -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):