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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user