mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-05 20:37:51 -05:00
6 lines
133 B
C#
6 lines
133 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed record SonarrConfig : ArrConfig
|
|
{
|
|
public const string SectionName = "Sonarr";
|
|
} |