Reading List Enhancement (#3005)

This commit is contained in:
Joe Milazzo 2024-06-14 16:51:55 -05:00 committed by GitHub
parent 6218f84861
commit 3936308f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 122 additions and 93 deletions

View file

@ -39,4 +39,8 @@ public class ReadingListItemDto
/// </summary>
/// <remarks>This is only used for CDisplayEx</remarks>
public long FileSize { get; set; }
/// <summary>
/// The chapter summary
/// </summary>
public string? Summary { get; set; }
}