jarvis support

This commit is contained in:
im85288 2015-10-11 22:03:59 +01:00
parent d5f3db078f
commit 45a840e12e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="1.1.44"
version="1.1.45"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View file

@ -79,7 +79,7 @@ def getKodiVideoDBPath():
dbVersion = "93"
elif kodibuild.startswith("16"):
# Jarvis
dbVersion = "97"
dbVersion = "99"
else:
# Not a compatible build
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)