Temp stop point. Rewrote the Scanner service to be much cleaner and slightly more efficient. Code is structured so it can easily be multithreaded.
This commit is contained in:
parent
5c913ba615
commit
40154c8d63
7 changed files with 212 additions and 32 deletions
|
@ -13,7 +13,7 @@ namespace API.Entities
|
|||
/// <summary>
|
||||
/// Number of pages for the given file
|
||||
/// </summary>
|
||||
public int NumberOfPages { get; set; }
|
||||
public int NumberOfPages { get; set; } // TODO: Refactor this to Pages
|
||||
public MangaFormat Format { get; set; }
|
||||
|
||||
// Relationship Mapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue