Some unit tests, names and small fixes
This commit is contained in:
parent
23c4a451b4
commit
06914d1135
10 changed files with 332 additions and 13 deletions
|
|
@ -12,6 +12,8 @@ public sealed record UserReadingProfileDto
|
|||
|
||||
public int UserId { get; init; }
|
||||
|
||||
public string Name { get; init; }
|
||||
|
||||
/// <inheritdoc cref="AppUserReadingProfile.Implicit"/>
|
||||
public bool Implicit { get; set; } = false;
|
||||
|
||||
|
|
@ -61,6 +63,9 @@ public sealed record UserReadingProfileDto
|
|||
[Required]
|
||||
public bool AllowAutomaticWebtoonReaderDetection { get; set; }
|
||||
|
||||
/// <inheritdoc cref="AppUserReadingProfile.WidthOverride"/>
|
||||
public int? WidthOverride { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region EpubReader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue