mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Default List for Cardigann LegacyLinks
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user