Some code cleanup
This commit is contained in:
parent
585e965a85
commit
d73bd22db2
34 changed files with 814 additions and 383 deletions
|
@ -13,7 +13,7 @@ namespace API.Entities
|
|||
/// <summary>
|
||||
/// Number of pages for the given file
|
||||
/// </summary>
|
||||
public int NumberOfPages { get; set; } // TODO: Refactor this to Pages
|
||||
public int Pages { get; set; }
|
||||
public MangaFormat Format { get; set; }
|
||||
|
||||
// Relationship Mapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue