UX Overhaul Part 2 (#3112)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
0247bc5012
commit
3d8aa2ad24
192 changed files with 14808 additions and 1874 deletions
|
@ -10,4 +10,9 @@ public class UploadFileDto
|
|||
/// Base Url encoding of the file to upload from (can be null)
|
||||
/// </summary>
|
||||
public required string Url { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Lock the cover or not
|
||||
/// </summary>
|
||||
public bool LockCover { get; set; } = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue