Polish Round 2 (#2411)
This commit is contained in:
parent
ba3e760b31
commit
a2fd87c454
35 changed files with 213 additions and 95 deletions
|
@ -65,6 +65,14 @@ public class ChapterInfoDto : IChapterInfoDto
|
|||
/// </summary>
|
||||
/// <remarks>Usually just series name, but can include chapter title</remarks>
|
||||
public string Title { get; set; } = default!;
|
||||
/// <summary>
|
||||
/// Total pages for the series
|
||||
/// </summary>
|
||||
public int SeriesTotalPages { get; set; }
|
||||
/// <summary>
|
||||
/// Total pages read for the series
|
||||
/// </summary>
|
||||
public int SeriesTotalPagesRead { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// List of all files with their inner archive structure maintained in filename and dimensions
|
||||
|
@ -76,5 +84,4 @@ public class ChapterInfoDto : IChapterInfoDto
|
|||
/// </summary>
|
||||
/// <remarks>This is optionally returned by includeDimensions</remarks>
|
||||
public IDictionary<int, int>? DoublePairs { get; set; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue