mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Don't call private function. Use public video_database to get the path.
This commit is contained in:
parent
904860031d
commit
83f88eef33
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ class LibrarySync(threading.Thread):
|
||||||
|
|
||||||
if not startupComplete:
|
if not startupComplete:
|
||||||
# Verify the video database can be found
|
# Verify the video database can be found
|
||||||
videoDb = database.DatabaseConn()._SQL('video')
|
videoDb = database.video_database()
|
||||||
if not xbmcvfs.exists(videoDb):
|
if not xbmcvfs.exists(videoDb):
|
||||||
# Database does not exists
|
# Database does not exists
|
||||||
log.error(
|
log.error(
|
||||||
|
|
Loading…
Reference in a new issue