mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (Cardigann) Requests Failing for Definitions without LegacyLinks
This commit is contained in:
@@ -827,7 +827,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
||||
return defaultLink;
|
||||
}
|
||||
|
||||
if (_definition.Legacylinks.Contains(settingsBaseUrl))
|
||||
if (_definition?.Legacylinks?.Contains(settingsBaseUrl) ?? false)
|
||||
{
|
||||
_logger.Trace("Changing legacy site link from {0} to {1}", settingsBaseUrl, defaultLink);
|
||||
return defaultLink;
|
||||
|
Reference in New Issue
Block a user