be consistent

This commit is contained in:
2026-07-03 20:35:45 -04:00
parent 1ff96ee9c8
commit 9158648f3f
15 changed files with 80 additions and 80 deletions
-1
View File
@@ -37,7 +37,6 @@ type SearchItem struct {
Series string
FileType string
FileSize string
UploadDate string
}
type searchFunc func(query string) (searchResults []SearchItem, err error)