MAL Interest Stacks (#2932)

This commit is contained in:
Joe Milazzo
2024-05-04 15:23:58 -05:00
committed by GitHub
parent 29eb65c783
commit b23300b1a4
61 changed files with 4104 additions and 382 deletions
+1
View File
@@ -36,5 +36,6 @@ public class UpdateLibraryDto
/// <summary>
/// A set of Glob patterns that the scanner will exclude processing
/// </summary>
[Required]
public ICollection<string> ExcludePatterns { get; init; }
}