mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 21:56:13 +00:00
first work on the transition to use kodi db for all actions
This commit is contained in:
parent
fdff2cefb7
commit
8a990ba217
6 changed files with 464 additions and 1310 deletions
|
@ -53,7 +53,7 @@ def convertEncoding(data):
|
|||
|
||||
def KodiSQL():
|
||||
connection = sqlite3.connect(getKodiDBPath())
|
||||
|
||||
|
||||
return connection
|
||||
|
||||
def getKodiDBPath():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue