mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Fix code comment in config.go --skip-ci (#5691)
This commit is contained in:
@@ -51,9 +51,10 @@ type config struct {
|
|||||||
// Configuration for querying image by an Image fragment
|
// Configuration for querying image by an Image fragment
|
||||||
ImageByFragment *scraperTypeConfig `yaml:"imageByFragment"`
|
ImageByFragment *scraperTypeConfig `yaml:"imageByFragment"`
|
||||||
|
|
||||||
// Configuration for querying a movie by a URL
|
|
||||||
// Configuration for querying a movie by a URL - deprecated, use GroupByURL
|
// Configuration for querying a movie by a URL - deprecated, use GroupByURL
|
||||||
MovieByURL []*scrapeByURLConfig `yaml:"movieByURL"`
|
MovieByURL []*scrapeByURLConfig `yaml:"movieByURL"`
|
||||||
|
|
||||||
|
// Configuration for querying a group by a URL
|
||||||
GroupByURL []*scrapeByURLConfig `yaml:"groupByURL"`
|
GroupByURL []*scrapeByURLConfig `yaml:"groupByURL"`
|
||||||
|
|
||||||
// Scraper debugging options
|
// Scraper debugging options
|
||||||
|
|||||||
Reference in New Issue
Block a user