First pass for supporting lazy loading and not using base64 strings for loading images in UI.

This commit is contained in:
Joseph Milazzo 2021-03-12 12:22:04 -06:00
parent fea1f3d152
commit 33515ad865
6 changed files with 98 additions and 3 deletions

View file

@ -13,7 +13,7 @@ namespace API.DTOs
/// Smallest number of the Range.
/// </summary>
public string Number { get; set; }
public byte[] CoverImage { get; set; }
//public byte[] CoverImage { get; set; }
/// <summary>
/// Total number of pages in all MangaFiles
/// </summary>