diff --git a/pkg/scraper/postprocessing.go b/pkg/scraper/postprocessing.go index 6c985262a32..0cf9b5a17fb 100644 --- a/pkg/scraper/postprocessing.go +++ b/pkg/scraper/postprocessing.go @@ -176,7 +176,7 @@ func (c Cache) postScrapeGallery(ctx context.Context, g ScrapedGallery) (Scraped if g.URL != nil && len(g.URLs) == 0 { g.URLs = []string{*g.URL} } - + r := c.repository if err := r.WithReadTxn(ctx, func(ctx context.Context) error { pqb := r.PerformerFinder