Added Sonarr API

This commit is contained in:
zone117x
2015-04-18 00:05:30 -06:00
parent c13d59f6ad
commit 0f89b630c9
9 changed files with 470 additions and 122 deletions

View File

@@ -13,8 +13,8 @@ namespace Jackett
public ConfigurationDataBasicLogin()
{
Username = new StringItem { Name = "Username", ItemType = ItemType.InputString };
Password = new StringItem { Name = "Password", ItemType = ItemType.InputString };
Username = new StringItem { Name = "Username" };
Password = new StringItem { Name = "Password" };
}
public override Item[] GetItems()