mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07: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; }
|
|
}
|
|
}
|