mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12443] [MERGED] Check attachment path for null before use #13201
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/12443
Author: @gnattu
Created: 8/14/2024
Status: ✅ Merged
Merged: 8/14/2024
Merged by: @Bond-009
Base:
release-10.9.z← Head:check-attach-path-for-null📝 Commits (1)
486c7faCheck attachment path for null before use📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs(+2 -1)📄 Description
This one is particularly nasty because the
Pathis not supposed to be nullable. However, fixing it in the parser and type constructor is beyond the scope of the 10.9 release. For now, just check withIsNullOrEmpty.Changes
Issues
Fixes #12441
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.