[PR #13908] [MERGED] Safeguard against null value trimming in tag results #13764

Closed
opened 2026-02-07 07:18:48 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: fix-tag-parsing


📝 Commits (1)

  • d09c04f Safeguard 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() throws

Changes

  • Safeguard against trimming null

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13908 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/13/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-tag-parsing` --- ### 📝 Commits (1) - [`d09c04f`](https://github.com/jellyfin/jellyfin/commit/d09c04fe1227f456e8f69a78f5912ed8f46ce237) Safeguard against null value trimming in tag results ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/MediaInfo/AudioFileProber.cs` (+2 -2) </details> ### 📄 Description MediaInfo values can be null and then the `Trim()` throws **Changes** * Safeguard against trimming `null` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:18:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13764