mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
re-enable collages for imagemagick on arm
This commit is contained in:
parent
5d583f42d4
commit
15a34f261f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user