mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-24 21:58:45 -05:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace Common.Configuration.Arr;
|
|
|
|
public sealed class RadarrConfig : ArrConfig
|
|
{
|
|
public override void Validate()
|
|
{
|
|
}
|
|
} |