diff --git a/encoder/input.php b/encoder/input.php index 6dc34fa..94fa928 100755 --- a/encoder/input.php +++ b/encoder/input.php @@ -413,10 +413,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { document.getElementById("colorReset").onclick = () => { const defaults = { - brightness: 0, - contrast: 1, - saturation: 1, - hue: 0 + hdmi_brightness: 0, + hdmi_contrast: 1, + hdmi_saturation: 1, + hdmi_hue: 0 }; for (const id in defaults) { const el = document.getElementById(id);