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