diff --git a/src/NzbDrone.Core/Notifications/Plex/Server/PlexSectionItem.cs b/src/NzbDrone.Core/Notifications/Plex/Server/PlexSectionItem.cs index dac12e8c2..e1c0b4acb 100644 --- a/src/NzbDrone.Core/Notifications/Plex/Server/PlexSectionItem.cs +++ b/src/NzbDrone.Core/Notifications/Plex/Server/PlexSectionItem.cs @@ -30,6 +30,11 @@ namespace NzbDrone.Core.Notifications.Plex.Server { [JsonProperty("Metadata")] public List Items { get; set; } + + public PlexSectionResponse() + { + Items = new List(); + } } public class PlexSectionResponseLegacy