Fixed: Default List for Cardigann LegacyLinks

This commit is contained in:
Qstick
2022-05-01 17:53:10 -05:00
parent 4002cb764b
commit 895c7c200b
2 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ namespace NzbDrone.Core.Indexers.Cardigann
// Cardigann yaml classes
public class CardigannDefinition
{
public CardigannDefinition()
{
Legacylinks = new List<string>();
}
public string Id { get; set; }
public List<SettingsField> Settings { get; set; }
public string Name { get; set; }

View File

@@ -4,6 +4,11 @@ namespace NzbDrone.Core.Indexers.Cardigann
{
public class CardigannMetaDefinition
{
public CardigannMetaDefinition()
{
Legacylinks = new List<string>();
}
public string Id { get; set; }
public string File { get; set; }
public string Name { get; set; }