mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Manually Search Stash ID - Edit Page - Scenes, Studios (#6340)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user