More Bugfixes (#2685)
This commit is contained in:
parent
4a9519b6dc
commit
061b363f96
31 changed files with 162 additions and 119 deletions
|
|
@ -458,6 +458,7 @@ public class ImageService : IImageService
|
|||
|
||||
for (var i = 0; i < coverImages.Count; i++)
|
||||
{
|
||||
if (!File.Exists(coverImages[i])) continue;
|
||||
var tile = Image.NewFromFile(coverImages[i], access: Enums.Access.Sequential);
|
||||
tile = tile.ThumbnailImage(thumbnailWidth, height: thumbnailHeight);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue