[PR #15808] [MERGED] Trim music artist names #14425

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15808
Author: @theguymadmax
Created: 12/16/2025
Status: Merged
Merged: 1/17/2026
Merged by: @crobibero

Base: release-10.11.zHead: trim-artist-names


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ItemUpdateController.cs (+2 -2)

📄 Description

When multiple artists are saved with extra whitespace, matching fails.

Changes
Trim whitespace from artist names on save

Issues
Fixes https://github.com/jellyfin/jellyfin/issues/15283#issuecomment-3658541044


🔄 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/15808 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `trim-artist-names` --- ### 📝 Commits (1) - [`89b1aff`](https://github.com/jellyfin/jellyfin/commit/89b1aff1f2a6402184fe667a34286c3fc03b04fe) Trim music artist names ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ItemUpdateController.cs` (+2 -2) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> When multiple artists are saved with extra whitespace, matching fails. **Changes** Trim whitespace from artist names on save **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/15283#issuecomment-3658541044 --- <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:29:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14425