Skip to content

Commit d26e039

Browse files
committed
Add property to play item
1 parent 8006d70 commit d26e039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/srgssr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,8 @@ def play_video(self, media_id_or_urn, audio=False):
10671067

10681068
play_item.setProperty('inputstream', 'inputstream.adaptive')
10691069
play_item.setProperty('inputstream.adaptive.manifest_type', mf_type)
1070+
play_item.setProperty('IsPlayable', 'true')
1071+
10701072
xbmcplugin.setResolvedUrl(self.handle, True, play_item)
10711073

10721074
def get_subtitles(self, url, name):

0 commit comments

Comments
 (0)