Radarr/src/NzbDrone.Core/Notifications/Apprise/AppriseError.cs

8 lines
137 B
C#
Raw Permalink Normal View History

2023-04-23 02:42:41 +00:00
namespace NzbDrone.Core.Notifications.Apprise
{
public class AppriseError
{
public string Error { get; set; }
}
}