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 8c8fc59 commit 5c66c5fCopy full SHA for 5c66c5f
lib/inputstreamhelper/__init__.py
@@ -1061,7 +1061,7 @@ def info_dialog(self):
1061
text += '\n'
1062
1063
if system_os() != 'Android':
1064
- text += ' - ' + localize(30820) + '\n' # Widevine information
+ text += localize(30820) + '\n' # Widevine information
1065
from datetime import datetime
1066
wv_updated = datetime.fromtimestamp(float(get_setting('last_update'))).strftime("%Y-%m-%d %H:%M") if get_setting('last_update') else 'Never'
1067
text += ' - ' + localize(30821, version=self._get_lib_version(self._widevine_path()), date=wv_updated) + '\n'
0 commit comments