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…
Reference in New Issue
Block a user