From 24f2a69eaab86d84ef3da920aab51be032bef182 Mon Sep 17 00:00:00 2001 From: Mathias Date: Sat, 6 Jun 2026 11:31:28 +0200 Subject: [PATCH] fix(web): gofmt view.go --- internal/web/view.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/web/view.go b/internal/web/view.go index 25d36cf..f6edfed 100644 --- a/internal/web/view.go +++ b/internal/web/view.go @@ -392,9 +392,9 @@ func disconnectURL(provider string) templ.SafeURL { // Dates are kept as the raw YYYY-MM-DD strings so the form re-renders the user's // input verbatim; parsing happens in matchFilter. type Filter struct { - Channel string - From string - To string + Channel string + From string + To string OnlySummarized bool // show only videos that have a summary }