mirror of
https://github.com/Monibuca/plugin-preview.git
synced 2025-09-27 03:15:51 +08:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
afc942ee5f |
@@ -543,7 +543,7 @@
|
||||
|
||||
$protocol.addEventListener('change', function () {
|
||||
if ($protocol.value === 'webtransport')
|
||||
location.replace('https://local.monibuca.com:8081' + location.pathname + '?type=' + $protocol.value);
|
||||
location.replace('https://local.monibuca.com:8443' + location.pathname + '?type=' + $protocol.value);
|
||||
else
|
||||
location.replace(location.origin + location.pathname + '?type=' + $protocol.value);
|
||||
});
|
||||
|
Reference in New Issue
Block a user