We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbbf46 commit c19f726Copy full SHA for c19f726
lib/inputstreamhelper.py
@@ -409,6 +409,7 @@ def _install_widevine_cdm_arm(self):
409
if not self._unzip(self._temp_path(), bin_filename) or not self._set_loop_dev() or not self._losetup(bin_path) or not self._mnt_loop_dev():
410
self._cleanup()
411
busy_dialog.close()
412
+ dialog.ok(self._language(30004), self._language(30005))
413
else:
414
self._extract_widevine_cdm_from_img()
415
self._install_cdm()
0 commit comments