mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix cursor staying open after marking as watched
This commit is contained in:
parent
4e2cd67946
commit
988d62c9ac
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class WriteKodiVideoDB():
|
|||
# Erase any resume point associated
|
||||
self.setKodiResumePoint(id, 0, 0, cursor, playcount)
|
||||
finally:
|
||||
cursor.close
|
||||
cursor.close()
|
||||
|
||||
def addOrUpdateMovieToKodiLibrary(self, embyId, connection, cursor, viewTag):
|
||||
|
||||
|
|
Loading…
Reference in a new issue