mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #10544] Revert SkiaSharp upgrade, fix library scan crashes #12529
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10544
State: closed
Merged: Yes
Changes
This resolves the segfaults on library scan by reverting the recent upgrades related to SkiaSharp 2.88.6. Upstream defect here: https://github.com/mono/SkiaSharp/issues/2645
The problem is most likely this line in BlurHashEncoder's resize/encode method called by Jellyfin here.
Issues
Fixes #10532