PR comments

This commit is contained in:
Joseph Milazzo 2025-07-05 15:40:00 -05:00
parent bd0d1b403e
commit a0f99dce4c
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ public sealed record UpdateLibraryDto
[Required]
public bool EnableMetadata { get; init; }
[Required]
public bool RemovePrefixForSortName { get; set; }
public bool RemovePrefixForSortName { get; init; }
/// <summary>
/// What types of files to allow the scanner to pickup
/// </summary>