Skip to content

Commit 86a1bff

Browse files
Update Kodi versions (#632)
1 parent e29200f commit 86a1bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/inputstreamhelper/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'Windows': '18.0',
6969
'Linux': '18.0',
7070
'Darwin': '18.0',
71-
'webOS': '21.0'
71+
'webOS': '21.1'
7272
}
7373

7474
WIDEVINE_VERSIONS_URL = 'https://dl.google.com/widevine-cdm/versions.txt'

tests/xbmc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
INFO_LABELS = {
2525
'Container.FolderPath': 'plugin://' + ADDON_ID + '/',
26-
'System.BuildVersion': '21.0',
27-
'System.OSVersionInfo': 'Linux (kernel: Linux 5.4.0-73-generic)',
26+
'System.BuildVersion': '21.3',
27+
'System.OSVersionInfo': 'Linux (kernel: Linux 6.8.0-87-generic)',
2828
}
2929

3030
REGIONS = {

0 commit comments

Comments
 (0)