mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-15 19:27:08 -07:00
Start of AutoConfigureSab
This commit is contained in:
parent
ea2e520632
commit
a34bd818cf
13 changed files with 768 additions and 906 deletions
15
NzbDrone.Core/Model/SabnzbdInfoModel.cs
Normal file
15
NzbDrone.Core/Model/SabnzbdInfoModel.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public class SabnzbdInfoModel
|
||||
{
|
||||
public string ApiKey { get; set; }
|
||||
public int Port { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue