mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-24 13:49:45 -05:00
* added Sonarr search type option * updated test data * fixed duplicated Sonarr search items when using search type Season * added enhanced logging option along with Sonarr and Radarr enhanced logs * switched to ghcr.io
8 lines
170 B
C#
8 lines
170 B
C#
namespace Common.Configuration.Arr;
|
|
|
|
public sealed class ArrInstance
|
|
{
|
|
public required Uri Url { get; set; }
|
|
|
|
public required string ApiKey { get; set; }
|
|
} |