mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-22 12:49:35 -05:00
6 lines
136 B
C#
6 lines
136 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed class QuartzConfig
|
|
{
|
|
public required string BlockedTorrentTrigger { get; init; }
|
|
} |