Manually Search Stash ID - Edit Page - Scenes, Studios (#6340)

This commit is contained in:
Gykes
2025-12-03 16:09:49 -06:00
committed by GitHub
parent 3d044896ad
commit 877491e62b
8 changed files with 339 additions and 38 deletions

View File

@@ -350,7 +350,7 @@ func (r *queryResolver) ScrapeSingleStudio(ctx context.Context, source scraper.S
return nil, nil
}
return nil, errors.New("stash_box_index must be set")
return nil, errors.New("stash_box_endpoint must be set")
}
func (r *queryResolver) ScrapeSinglePerformer(ctx context.Context, source scraper.Source, input ScrapeSinglePerformerInput) ([]*models.ScrapedPerformer, error) {