Added settings for radarr and sonarr addresses
This commit is contained in:
@@ -17,11 +17,31 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the http address for your Radarr instance.
|
||||
/// </summary>
|
||||
public string RadarrHTTPAddress { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the port for your Radarr instance.
|
||||
/// </summary>
|
||||
public string RadarrPort { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the api for your Radarr instance.
|
||||
/// </summary>
|
||||
public string RadarrAPIKey { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the http address for your Sonarr instance.
|
||||
/// </summary>
|
||||
public string SonarrHTTPAddress { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the port for your Sonarr instance.
|
||||
/// </summary>
|
||||
public string SonarrPort { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the api for your Sonarr instance.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user