Fix dirette mediaset

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

View File

@@ -1717,8 +1717,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):