mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-19 11:17:50 -05: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";
|
|
} |