First pass for supporting lazy loading and not using base64 strings for loading images in UI.
This commit is contained in:
parent
fea1f3d152
commit
33515ad865
6 changed files with 98 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ namespace API.DTOs
|
|||
public class MangaFileDto
|
||||
{
|
||||
public string FilePath { get; set; }
|
||||
public int NumberOfPages { get; set; }
|
||||
public int NumberOfPages { get; set; } // TODO: Refactor to Pages
|
||||
public MangaFormat Format { get; set; }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue