jarvis support
This commit is contained in:
parent
d5f3db078f
commit
45a840e12e
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.emby"
|
<addon id="plugin.video.emby"
|
||||||
name="Emby"
|
name="Emby"
|
||||||
version="1.1.44"
|
version="1.1.45"
|
||||||
provider-name="Emby.media">
|
provider-name="Emby.media">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -79,7 +79,7 @@ def getKodiVideoDBPath():
|
||||||
dbVersion = "93"
|
dbVersion = "93"
|
||||||
elif kodibuild.startswith("16"):
|
elif kodibuild.startswith("16"):
|
||||||
# Jarvis
|
# Jarvis
|
||||||
dbVersion = "97"
|
dbVersion = "99"
|
||||||
else:
|
else:
|
||||||
# Not a compatible build
|
# Not a compatible build
|
||||||
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)
|
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)
|
||||||
|
|
Loading…
Reference in a new issue