1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-07 15:20:58 +02:00

9 lines
183 B
C#
Raw Normal View History

2013-07-18 20:47:55 -07:00
namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
public class SabJsonError
{
public string Status { get; set; }
public string Error { get; set; }
}
}