Rename Sonarr References in Backend

This commit is contained in:
Qstick 2017-10-30 22:25:19 -04:00
parent c333ca4161
commit 1451a63c06
12 changed files with 20 additions and 20 deletions

View file

@ -39,7 +39,7 @@ namespace Lidarr.Api.V1
Tags = definition.Tags,
Fields = SchemaBuilder.ToSchema(definition.Settings),
InfoLink = string.Format("https://github.com/Sonarr/Sonarr/wiki/Supported-{0}#{1}",
InfoLink = string.Format("https://github.com/Lidarr/Lidarr/wiki/Supported-{0}#{1}",
typeof(TProviderResource).Name.Replace("Resource", "s"),
definition.Implementation.ToLower())
};
@ -67,4 +67,4 @@ namespace Lidarr.Api.V1
return definition;
}
}
}
}