mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-15 12:52:08 -04:00
combine arr configs #1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Data.Models.Configuration.QueueCleaner;
|
||||
|
||||
/// <summary>
|
||||
/// Settings for a blocklist
|
||||
/// </summary>
|
||||
[ComplexType]
|
||||
public sealed record BlocklistSettings
|
||||
{
|
||||
public BlocklistType BlocklistType { get; init; }
|
||||
|
||||
public string? BlocklistPath { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user