Don't call private function. Use public video_database to get the path.

This commit is contained in:
angelblue05 2016-11-06 10:37:03 -06:00
parent 904860031d
commit 83f88eef33
1 changed files with 1 additions and 1 deletions

View File

@ -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(