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 }