mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
10 lines
No EOL
275 B
C#
10 lines
No EOL
275 B
C#
namespace RequestPlex.Core.SettingModels
|
|
{
|
|
public class SickRageSettings : Settings
|
|
{
|
|
public string Ip { get; set; }
|
|
public int Port { get; set; }
|
|
public string ApiKey { get; set; }
|
|
public bool Enabled { get; set; }
|
|
}
|
|
} |