2011-06-18 01:46:22 +00:00
|
|
|
|
namespace NzbDrone.Core.Model
|
2011-04-25 07:42:29 +00:00
|
|
|
|
{
|
|
|
|
|
public class SabnzbdInfoModel
|
|
|
|
|
{
|
2011-05-11 06:46:26 +00:00
|
|
|
|
public string Host { get; set; }
|
2011-04-25 07:42:29 +00:00
|
|
|
|
public int Port { get; set; }
|
2011-05-11 06:46:26 +00:00
|
|
|
|
public string ApiKey { get; set; }
|
2011-04-25 07:42:29 +00:00
|
|
|
|
}
|
|
|
|
|
}
|