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 e29200f commit 86a1bffCopy full SHA for 86a1bff
lib/inputstreamhelper/config.py
@@ -68,7 +68,7 @@
68
'Windows': '18.0',
69
'Linux': '18.0',
70
'Darwin': '18.0',
71
- 'webOS': '21.0'
+ 'webOS': '21.1'
72
}
73
74
WIDEVINE_VERSIONS_URL = 'https://dl.google.com/widevine-cdm/versions.txt'
tests/xbmc.py
@@ -23,8 +23,8 @@
23
24
INFO_LABELS = {
25
'Container.FolderPath': 'plugin://' + ADDON_ID + '/',
26
- 'System.BuildVersion': '21.0',
27
- 'System.OSVersionInfo': 'Linux (kernel: Linux 5.4.0-73-generic)',
+ 'System.BuildVersion': '21.3',
+ 'System.OSVersionInfo': 'Linux (kernel: Linux 6.8.0-87-generic)',
28
29
30
REGIONS = {
0 commit comments