mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-01 04:11:36 +00:00
Database prep
This commit is contained in:
parent
6c15f9f4bc
commit
df5d309dc5
2 changed files with 138 additions and 0 deletions
|
@ -860,6 +860,7 @@ class LibrarySync(threading.Thread):
|
|||
cursor.execute("CREATE TABLE IF NOT EXISTS version(idVersion TEXT)")
|
||||
|
||||
conn.commit()
|
||||
cursor.close()
|
||||
|
||||
def run(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue