fixed issue with recently added episodes Entry

support for Kodi 16 in entrypoints creation
This commit is contained in:
Marcel van der Veldt 2015-07-27 19:41:01 +02:00
parent 9c639d47ca
commit 214dc1ed87
3 changed files with 4 additions and 6 deletions

View file

@ -30,7 +30,7 @@ class VideoNodes():
libraryPath = xbmc.translatePath("special://profile/library/video/Emby - %s/" %tagname)
kodiVersion = 14
if xbmc.getInfoLabel("System.BuildVersion").startswith("15"):
if xbmc.getInfoLabel("System.BuildVersion").startswith("15") or xbmc.getInfoLabel("System.BuildVersion").startswith("16"):
kodiVersion = 15
#create tag node - index