Fix videos not starting from ListItems
This commit is contained in:
parent
aa900c6b88
commit
319afd4f99
1 changed files with 2 additions and 1 deletions
|
@ -2378,7 +2378,8 @@ class API():
|
|||
listItem = xbmcgui.ListItem(title)
|
||||
else:
|
||||
listItem.setLabel(title)
|
||||
|
||||
# Necessary; Kodi won't start video otherwise!
|
||||
listItem.setProperty('IsPlayable', 'true')
|
||||
# Video items, e.g. movies and episodes or clips
|
||||
people = self.getPeople()
|
||||
userdata = self.getUserData()
|
||||
|
|
Loading…
Reference in a new issue