mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-22 04:38:48 -05:00
6 lines
137 B
C#
6 lines
137 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed class SonarrConfig
|
|
{
|
|
public required List<SonarrInstance> Instances { get; set; }
|
|
} |