Skip to content

Commit 5c66c5f

Browse files
authored
Fix formatting issue with information output (#232)
1 parent 8c8fc59 commit 5c66c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inputstreamhelper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ def info_dialog(self):
10611061
text += '\n'
10621062

10631063
if system_os() != 'Android':
1064-
text += ' - ' + localize(30820) + '\n' # Widevine information
1064+
text += localize(30820) + '\n' # Widevine information
10651065
from datetime import datetime
10661066
wv_updated = datetime.fromtimestamp(float(get_setting('last_update'))).strftime("%Y-%m-%d %H:%M") if get_setting('last_update') else 'Never'
10671067
text += ' - ' + localize(30821, version=self._get_lib_version(self._widevine_path()), date=wv_updated) + '\n'

0 commit comments

Comments
 (0)