mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo...
This commit is contained in:
parent
29833d9b97
commit
31755845fc
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class LibrarySync(threading.Thread):
|
|||
utils.sourcesXML()
|
||||
|
||||
embyconn = utils.kodiSQL('emby')
|
||||
embycursor = conn.cursor()
|
||||
embycursor = embyconn.cursor()
|
||||
# content sync: movies, tvshows, musicvideos, music
|
||||
kodiconn = utils.kodiSQL('video')
|
||||
kodicursor = kodiconn.cursor()
|
||||
|
|
Loading…
Reference in a new issue