mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-30 17:39:03 -05:00
6 lines
133 B
C#
6 lines
133 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed record RadarrConfig : ArrConfig
|
|
{
|
|
public const string SectionName = "Radarr";
|
|
} |