Fixed: Provider Wiki Links (supported-X => supported#X)

pull/320/head
bakerboy448 3 years ago committed by Qstick
parent cf399ffdcc
commit 1945af060d

@ -38,7 +38,7 @@ namespace Prowlarr.Api.V1
Tags = definition.Tags,
Fields = SchemaBuilder.ToSchema(definition.Settings),
//prowlarr/supported#{0} are custom build redirect pages; if passing a new var, create a new redirect
//prowlarr/supported#{0} is an disambagation page. the # should be a header on the page with appropiate details/link
// note: indexers get a different link
InfoLink = string.Format("https://wiki.servarr.com/prowlarr/supported#{0}",
definition.Implementation.ToLower().Replace(' ', '-'))

Loading…
Cancel
Save