Start cast order with 0 like Kodi

This commit is contained in:
croneter 2018-02-23 16:10:11 +01:00
parent 60b90b1f52
commit 6ece9ab5cf

View file

@ -365,7 +365,7 @@ class Kodidb_Functions():
return castorder
def addPeople(self, kodiid, people, mediatype):
castorder = 1
castorder = 0
for person in people:
# Kodi Isengard, Jarvis, Krypton
if v.KODIVERSION > 14: