mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15568] [MERGED] Fix ResolveLinkTarget crashing on exFAT drives #14347
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15568
Author: @theguymadmax
Created: 11/19/2025
Status: ✅ Merged
Merged: 11/22/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:fix-exfat-filesystem📝 Commits (2)
be84139Fix ResolveLinkTarget crashing on exFAT drives70eda74Apply review suggestions📊 Changes
1 file changed (+34 additions, -8 deletions)
View changed files
📝
MediaBrowser.Controller/IO/FileSystemHelper.cs(+34 -8)📄 Description
Changes
Wrap
File.ResolveLinkTarget()calls in try-catch to handle exceptions on exFAT drives.Issues
Fixes: #15562
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.