mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Default list for IndexerFlags causing null ref
This commit is contained in:
@@ -8,6 +8,11 @@ namespace NzbDrone.Core.Parser.Model
|
||||
{
|
||||
public class ReleaseInfo
|
||||
{
|
||||
public ReleaseInfo()
|
||||
{
|
||||
IndexerFlags = new List<IndexerFlag>();
|
||||
}
|
||||
|
||||
public string Guid { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
Reference in New Issue
Block a user