From d5b21affd411300009bcf651e9f324c8f58199c8 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Sun, 29 Mar 2026 20:35:21 +0200 Subject: [PATCH] fix(ui): sync default EDID with updated backend value (#1374) The frontend had the old generic default EDID hardcoded, so after the backend migration to the new JetKVM v1 EDID (with CEA-861 extension, HDMI vendor block, and audio support), the video settings page couldn't match it to any preset and incorrectly displayed "Custom". --- ui/src/routes/devices.$id.settings.video.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/routes/devices.$id.settings.video.tsx b/ui/src/routes/devices.$id.settings.video.tsx index 528f8602..47830ce2 100644 --- a/ui/src/routes/devices.$id.settings.video.tsx +++ b/ui/src/routes/devices.$id.settings.video.tsx @@ -13,7 +13,7 @@ import notifications from "@/notifications"; import { m } from "@localizations/messages.js"; const defaultEdid = - "00ffffffffffff0052620188008888881c150103800000780a0dc9a05747982712484c00000001010101010101010101010101010101023a801871382d40582c4500c48e2100001e011d007251d01e206e285500c48e2100001e000000fc00543734392d6648443732300a20000000fd00147801ff1d000a202020202020017b"; + "00ffffffffffff0028b4010001eeffc0302301038047287856ee91a3544c99260f5054000000d1c081c0318001010101010101010101023a801871382d40582c4500c48e2100001e011d007251d01e206e285500c48e2100001e000000fd00174c0f5111000a202020202020000000fc004a65744b564d2076310a202020011d020322d1431004012309070783010000e200cfe40d100401e305000065030c001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cf"; const edids = [ { value: defaultEdid,