Special Grouping (#134)
* More cases for parsing regex * Implemented a change to fix old special grouping. Added some TODOs as well for a future enhancement
This commit is contained in:
parent
3aac081266
commit
237542b493
9 changed files with 827 additions and 24 deletions
|
@ -26,6 +26,10 @@ namespace API.Entities
|
|||
/// Total number of pages in all MangaFiles
|
||||
/// </summary>
|
||||
public int Pages { get; set; }
|
||||
/// <summary>
|
||||
/// If this Chapter contains files that could only be identified as Series or has Special Identifier from filename
|
||||
/// </summary>
|
||||
public bool IsSpecial { get; set; }
|
||||
|
||||
// Relationships
|
||||
public Volume Volume { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue