[PR #14969] [MERGED] Fix artist external Url #14203

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14969
Author: @theguymadmax
Created: 10/9/2025
Status: Merged
Merged: 10/10/2025
Merged by: @Bond-009

Base: masterHead: fix-artist-external-id


📝 Commits (1)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 MediaBrowser.Providers/Plugins/AudioDb/AudioDbArtistExternalUrlProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzArtistExternalUrlProvider.cs (+1 -1)

📄 Description

Changes

Use MusicArtitst on artist pages instead of MusicAlbum

Issues

Fixes #14749

🔄 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/14969 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-artist-external-id` --- ### 📝 Commits (1) - [`f5d42ee`](https://github.com/jellyfin/jellyfin/commit/f5d42ee180e85383da6034239b77e043272949c0) Fix artist external Url ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Plugins/AudioDb/AudioDbArtistExternalUrlProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzArtistExternalUrlProvider.cs` (+1 -1) </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. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Use `MusicArtitst` on artist pages instead of `MusicAlbum` **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #14749 --- <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:26:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14203