Start cast order with 0 like Kodi
This commit is contained in:
parent
60b90b1f52
commit
6ece9ab5cf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue