mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed: Error when trying to import an empty Plex Watchlist
This commit is contained in:
parent
5c5b012ded
commit
6e271e9272
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ namespace NzbDrone.Core.Notifications.Plex.Server
|
|||
{
|
||||
[JsonProperty("Metadata")]
|
||||
public List<PlexSectionItem> Items { get; set; }
|
||||
|
||||
public PlexSectionResponse()
|
||||
{
|
||||
Items = new List<PlexSectionItem>();
|
||||
}
|
||||
}
|
||||
|
||||
public class PlexSectionResponseLegacy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue