Add go2rtc module, test/config/urls pages, Frigate config fixes

This commit is contained in:
eduard256
2026-03-26 22:45:32 +00:00
parent 8dc8ba1096
commit f34a7b96c7
12 changed files with 2411 additions and 52 deletions
+2 -8
View File
@@ -106,12 +106,6 @@ type UIConfig struct {
}
type Response struct {
Config string `json:"config"`
Diff []DiffLine `json:"diff"`
}
type DiffLine struct {
Line int `json:"line"`
Text string `json:"text"`
Type string `json:"type"` // context, added, removed
Config string `json:"config"`
Added []int `json:"added"` // 1-based line numbers of added lines
}