add GenreItems property

This commit is contained in:
Luke Pulverenti
2017-05-18 17:05:47 -04:00
parent 72f120d854
commit 47fc7c6aee
10 changed files with 180 additions and 123 deletions

View File

@@ -212,6 +212,11 @@ namespace Emby.Drawing.Skia
var resultBitmap = SKBitmap.Decode(path);
if (resultBitmap == null)
{
return Decode(path, true);
}
// If we have to resize these they often end up distorted
if (resultBitmap.ColorType == SKColorType.Gray8)
{