Fix dirette mediaset

This commit is contained in:
marco
2022-03-30 21:05:10 +02:00
parent ee58f6128d
commit bb6de9953c
2 changed files with 9 additions and 10 deletions

View File

@@ -1716,8 +1716,7 @@ def install_widevine():
sys.path.append(path)
from inputstreamhelper import Helper
helper = Helper('mpd', drm='widevine')
if not helper._check_widevine():
helper.install_widevine()
helper.check_inputstream()
def get_played_time(item):