mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-07 21:37: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
6 lines
137 B
C#
6 lines
137 B
C#
namespace Common.Configuration.Arr;
|
|
|
|
public sealed record RadarrConfig : ArrConfig
|
|
{
|
|
public const string SectionName = "Radarr";
|
|
} |