Fixed: Default List for Cardigann LegacyLinks

pull/981/head
Qstick 2 years ago
parent 4002cb764b
commit 895c7c200b

@ -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; }

@ -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; }

Loading…
Cancel
Save