mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 23:33:03 +01:00
add GenreItems property
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user