mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
js fix
This commit is contained in:
@@ -124,7 +124,7 @@ export function Streamer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (state.features.resolution) {
|
if (state.features.resolution) {
|
||||||
if (__available_resolutions != state.limits.available_resolutions) {
|
if (__available_resolutions !== state.limits.available_resolutions) {
|
||||||
__available_resolutions = state.limits.available_resolutions;
|
__available_resolutions = state.limits.available_resolutions;
|
||||||
let resolutions_html = "";
|
let resolutions_html = "";
|
||||||
for (let variant of __available_resolutions) {
|
for (let variant of __available_resolutions) {
|
||||||
|
|||||||
Reference in New Issue
Block a user