mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
small fix to default mysql support to false
This commit is contained in:
parent
9838b01467
commit
cb8df35a1e
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ def KodiSQL():
|
||||||
dbVersion = "90"
|
dbVersion = "90"
|
||||||
|
|
||||||
#find out if we should use MySQL
|
#find out if we should use MySQL
|
||||||
|
useMySQL = False
|
||||||
settingsFile = xbmc.translatePath( "special://profile/advancedsettings.xml" )
|
settingsFile = xbmc.translatePath( "special://profile/advancedsettings.xml" )
|
||||||
if xbmcvfs.exists(settingsFile):
|
if xbmcvfs.exists(settingsFile):
|
||||||
tree = ET.ElementTree(file=settingsFile)
|
tree = ET.ElementTree(file=settingsFile)
|
||||||
|
|
Loading…
Reference in a new issue