mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
Fixed: Provider Wiki Links (supported-X => supported#X)
This commit is contained in:
@@ -38,7 +38,8 @@ namespace Readarr.Api.V1
|
||||
Tags = definition.Tags,
|
||||
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
||||
|
||||
InfoLink = string.Format("https://wiki.servarr.com/readarr/supported-{0}",
|
||||
//readarr/supported is an disambagation page. the # should be a header on the page with appropiate details/link
|
||||
InfoLink = string.Format("https://wiki.servarr.com/readarr/supported#{0}",
|
||||
definition.Implementation.ToLower())
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user