namespace NzbDrone.Core.Notifications.Plex { public class PlexError { public string Error { get; set; } } }