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
|
return castorder
|
||||||
|
|
||||||
def addPeople(self, kodiid, people, mediatype):
|
def addPeople(self, kodiid, people, mediatype):
|
||||||
castorder = 1
|
castorder = 0
|
||||||
for person in people:
|
for person in people:
|
||||||
# Kodi Isengard, Jarvis, Krypton
|
# Kodi Isengard, Jarvis, Krypton
|
||||||
if v.KODIVERSION > 14:
|
if v.KODIVERSION > 14:
|
||||||
|
|
Loading…
Add table
Reference in a new issue