mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Error when trying to import an empty Plex Watchlist
(cherry picked from commit 6e271e9272d6a109bc4b8f3debe784d767ee7a63)
This commit is contained in:
parent
4dd0b49dbc
commit
54dc8c3231
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,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