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