mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 12:43:19 +02:00
Add more links for info FlareSolverr and category 8000
This commit is contained in:
parent
c8a910eaf4
commit
31203d1370
1 changed files with 2 additions and 0 deletions
|
|
@ -213,10 +213,12 @@ private Field MapCardigannField(IndexerDefinition definition, SettingsField sett
|
|||
case "info_flaresolverr":
|
||||
field.Label = "FlareSolverr Info";
|
||||
field.Value = "This site may use Cloudflare DDoS Protection, therefore Prowlarr requires <a href=\"https://wiki.servarr.com/prowlarr/faq#can-i-use-flaresolverr-indexers\" target=\"_blank\" rel=\"noreferrer\">FlareSolverr</a> to access it.";
|
||||
field.HelpLink = "https://wiki.servarr.com/prowlarr/faq#can-i-use-flaresolverr-indexers";
|
||||
break;
|
||||
case "info_category_8000":
|
||||
field.Label = $"About {definition.Name} Categories";
|
||||
field.Value = $"{definition.Name} does not return categories in its search results. To sync to your apps, include 8000(Other) in your Apps' Sync Categories.";
|
||||
field.HelpLink = "https://wiki.servarr.com/prowlarr/faq#prowlarr-will-not-sync-x-indexer-to-app";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue