mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-15 11:38:43 -04:00
6 lines
137 B
C#
6 lines
137 B
C#
namespace Common.Configuration.Arr;
|
|
|
|
public sealed record LidarrConfig : ArrConfig
|
|
{
|
|
public const string SectionName = "Lidarr";
|
|
} |