mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +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:
|
||||
# Verify the video database can be found
|
||||
videoDb = database.DatabaseConn()._SQL('video')
|
||||
videoDb = database.video_database()
|
||||
if not xbmcvfs.exists(videoDb):
|
||||
# Database does not exists
|
||||
log.error(
|
||||
|
|
Loading…
Reference in a new issue