1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: WebRTC Adapter v7.4.0

This commit is contained in:
nobody
2020-11-14 09:52:21 +01:00
parent 44864aff61
commit b852ca6a7f
3 changed files with 4 additions and 0 deletions

View File

@ -430,6 +430,8 @@ targets.setLastVersion = function (type, version) {
return '1.6.28';
} else if (type.startsWith('/webrtc-adapter/6.')) {
return '6.4.8';
} else if (type.startsWith('/webrtc-adapter/7.')) {
return '7.4.0';
} else if (type.startsWith('/wow/1.')) {
return '1.1.2';
} else if (version === null) {