Fixed: (Cardigann) Replace legacy links with default link when making requests

This commit is contained in:
Qstick
2022-02-03 22:29:46 -06:00
parent bc1e397ce3
commit 74663ea077
3 changed files with 21 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
{
public Action<IDictionary<string, string>, DateTime?> CookiesUpdater { get; set; }
protected override string SiteLink => Settings?.BaseUrl ?? _definition.Links.First();
protected override string SiteLink => ResolveSiteLink();
public CardigannParser(IConfigService configService,
CardigannDefinition definition,