Skip to content

Commit be18e81

Browse files
check_inputstream() return fix
1 parent 2446b07 commit be18e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/inputstreamhelper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,8 @@ def _check_drm(self):
684684
dialog = xbmcgui.Dialog()
685685
if dialog.yesno(LANGUAGE(30001), LANGUAGE(30002)):
686686
return self._install_widevine()
687+
else:
688+
return False
687689

688690
return self._check_widevine()
689691

0 commit comments

Comments
 (0)