Refactor of http client and addition of sonarr anime table
This commit is contained in:
@@ -30,6 +30,16 @@ public class Configuration : BasePluginConfiguration
|
||||
/// </summary>
|
||||
public string SonarrAPIKey { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the http and port address for your Sonarr instance.
|
||||
/// </summary>
|
||||
public string SonarrAnimeAddress { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the api for your Sonarr instance.
|
||||
/// </summary>
|
||||
public string SonarrAnimeAPIKey { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the cut off days before deleting unwatched files.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user