fix(web): gofmt view.go
CI / Lint / Test / Vet (push) Successful in 12s
CI / Build & Import (push) Successful in 9s

This commit is contained in:
2026-06-06 11:31:28 +02:00
parent 241eebfd9f
commit 24f2a69eaa
+3 -3
View File
@@ -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 // Dates are kept as the raw YYYY-MM-DD strings so the form re-renders the user's
// input verbatim; parsing happens in matchFilter. // input verbatim; parsing happens in matchFilter.
type Filter struct { type Filter struct {
Channel string Channel string
From string From string
To string To string
OnlySummarized bool // show only videos that have a summary OnlySummarized bool // show only videos that have a summary
} }