diff --git a/internal/api/admin_covers.go b/internal/api/admin_covers.go index ca725e95..056565d0 100644 --- a/internal/api/admin_covers.go +++ b/internal/api/admin_covers.go @@ -55,7 +55,7 @@ type adminBulkRefetchResp struct { // handleAdminBulkRefetchCovers implements POST /api/admin/covers/refetch-missing. // Returns immediately; actual drain runs in a background goroutine bounded by // the configured backfill cap. -func (h *handlers) handleAdminBulkRefetchCovers(w http.ResponseWriter, r *http.Request) { +func (h *handlers) handleAdminBulkRefetchCovers(w http.ResponseWriter, _ *http.Request) { cap := h.coverArtBackfillCap go func() { bgCtx := context.Background()