mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
webrtc-adapter v8.1.1 -> v8.1.2 (#1110)
This commit is contained in:
@ -464,7 +464,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/webfont')) return '1.6.28';
|
||||
if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8';
|
||||
if (type.startsWith('/webrtc-adapter/7.')) return '7.7.1';
|
||||
if (type.startsWith('/webrtc-adapter/8.')) return '8.1.1';
|
||||
if (type.startsWith('/webrtc-adapter/8.')) return '8.1.2';
|
||||
if (type.startsWith('/wow/1.')) return '1.1.2';
|
||||
if (version === null) return 'latest';
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user