mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Added Sonarr API
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user