mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Revert "Attempt at fixing database locked"
This reverts commit 0e7c8b5959
.
This commit is contained in:
parent
0e7c8b5959
commit
5f356b9147
1 changed files with 1 additions and 2 deletions
|
@ -82,10 +82,9 @@ class TextureCache():
|
|||
if result:
|
||||
cursor.execute("DELETE FROM texture WHERE url = ?", (url,))
|
||||
connection.commit()
|
||||
cursor.close()
|
||||
else:
|
||||
cursor.close()
|
||||
self.CacheTexture(url)
|
||||
cursor.close()
|
||||
|
||||
|
||||
def setKodiWebServerDetails(self):
|
||||
|
|
Loading…
Reference in a new issue