mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +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
|
# Erase any resume point associated
|
||||||
self.setKodiResumePoint(id, 0, 0, cursor, playcount)
|
self.setKodiResumePoint(id, 0, 0, cursor, playcount)
|
||||||
finally:
|
finally:
|
||||||
cursor.close
|
cursor.close()
|
||||||
|
|
||||||
def addOrUpdateMovieToKodiLibrary(self, embyId, connection, cursor, viewTag):
|
def addOrUpdateMovieToKodiLibrary(self, embyId, connection, cursor, viewTag):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue