Nome server Directo nelle traduzioni

This commit is contained in:
Alhaziel01
2020-08-12 09:21:13 +02:00
parent 5e6618c495
commit 486b969bea
11 changed files with 21 additions and 15 deletions

View File

@@ -1113,7 +1113,7 @@ def install_widevine():
path = xbmc.translatePath(Addon('inputstream.adaptive').getSetting('DECRYPTERPATH'))
# if Widevine CDM is not installed
if not os.path.exists(path):
if not os.path.exists(path) or not os.path.listdir(path):
select = dialog_yesno('Widevine CDM', config.get_localized_string(70808))
if select > 0:
if not 'arm' in platform['arch']: