mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13908] [MERGED] Safeguard against null value trimming in tag results #13764
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/13908
Author: @Shadowghost
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/13/2025
Merged by: @crobibero
Base:
master← Head:fix-tag-parsing📝 Commits (1)
d09c04fSafeguard against null value trimming in tag results📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs(+2 -2)📄 Description
MediaInfo values can be null and then the
Trim()throwsChanges
null🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.