Skip to content

Commit

Permalink
fix: Adding a New Custom site for POVR deletes other custom sites (xb…
Browse files Browse the repository at this point in the history
  • Loading branch information
toshski authored Nov 28, 2023
1 parent 2ce3c02 commit 764858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ func (i ConfigResource) createCustomSite(req *restful.Request, resp *restful.Res
scraper := config.ScraperConfig{URL: r.Url, Name: r.Name, Company: r.Company, AvatarUrl: r.Avatar}
switch match[3] {
case "povr":
scrapers["povr"] = append(scrapers["povrr"], scraper)
scrapers["povr"] = append(scrapers["povr"], scraper)
case "sexlikereal":
scrapers["slr"] = append(scrapers["slr"], scraper)
case "vrphub":
Expand Down

0 comments on commit 764858f

Please sign in to comment.