Reading List Enhancement (#3005)
This commit is contained in:
parent
6218f84861
commit
3936308f8c
8 changed files with 122 additions and 93 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue