mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 07:13:17 +01:00
9 lines
205 B
C#
9 lines
205 B
C#
namespace NzbDrone.Core.Model
|
|
{
|
|
public class SabnzbdInfoModel
|
|
{
|
|
public string Host { get; set; }
|
|
public int Port { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|
|
}
|