1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00
Files
Radarr/NzbDrone.Core/Download/Clients/Sabnzbd/SabJsonError.cs
T
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; }
}
}