mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
js fix
This commit is contained in:
parent
8c40029956
commit
adc1955b5e
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user