fix: remove jikan limit params

This commit is contained in:
2026-04-14 23:23:09 +02:00
parent 8d09be8060
commit 0463abb925
4 changed files with 11 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ func (h *Handler) HandleAPICatalog(w http.ResponseWriter, r *http.Request) {
}
if fallbackPlaceholder {
templates.CatalogPlaceholderItems(jikan.ListPageSize).Render(r.Context(), w)
templates.CatalogPlaceholderItems(25).Render(r.Context(), w)
return
}