1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Sonarr/NzbDrone.Core/Download/Clients/Sabnzbd/SabJsonError.cs
2013-07-18 20:47:55 -07:00

9 lines
183 B
C#

namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public class SabJsonError
{
public string Status { get; set; }
public string Error { get; set; }
}
}