Public caching causes an issue with cache validation on browser causing images not to be cached correctly. Made private to ensure we get proper images each load.

This commit is contained in:
Joseph Milazzo 2021-03-12 18:35:12 -06:00
parent 1f24725905
commit 52b91a9b92
4 changed files with 4 additions and 10 deletions

View file

@ -6,7 +6,6 @@
public string Name { get; init; }
public string OriginalName { get; init; }
public string SortName { get; init; }
//public byte[] CoverImage { get; init; } // This should be optional or a thumbImage (much smaller) // TODO: Refactor to lazy loading
// Grouping information
public string LibraryName { get; set; }