AutoConfigure for SAB is setup, it works for systems with NzbDrone and SABnzbd on the same server only.

This commit is contained in:
Mark McDowall
2011-05-10 23:46:26 -07:00
parent 70bfc49b4e
commit 49a059bdea
7 changed files with 97 additions and 59 deletions
+2 -3
View File
@@ -7,9 +7,8 @@ namespace NzbDrone.Core.Model
{
public class SabnzbdInfoModel
{
public string ApiKey { get; set; }
public string Host { get; set; }
public int Port { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public string ApiKey { get; set; }
}
}