mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13724] [MERGED] Fix IMDb URL for People #13677
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/13724
Author: @theguymadmax
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/20/2025
Merged by: @Bond-009
Base:
master← Head:imdb-person-url📝 Commits (1)
407935dFix IMDb URL for People📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
MediaBrowser.Providers/Movies/ImdbExternalUrlProvider.cs(+8 -1)📄 Description
Changes
Updated the IMDb external URL provider to correctly handle both media (movies, series, etc.) and person URLs. The URL generation now uses :
baseURL + name/{externalId} for people
baseURL + title/{externalId} for all other types
Issues
Regression from #13175
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.