mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-02 08:28:34 +00:00
re-enable collages for imagemagick on arm
This commit is contained in:
@@ -341,13 +341,6 @@ namespace Emby.Drawing.ImageMagick
|
||||
{
|
||||
get
|
||||
{
|
||||
// too heavy. seeing crashes on RPI.
|
||||
if (_environment.SystemArchitecture == Architecture.Arm ||
|
||||
_environment.SystemArchitecture == Architecture.Arm64)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user