re-enable collages for imagemagick on arm

pull/1154/head
Luke Pulverenti 7 years ago
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…
Cancel
Save