mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15872] [MERGED] Be more strict about PersonType assignment #14445
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/15872
Author: @Shadowghost
Created: 12/27/2025
Status: ✅ Merged
Merged: 1/17/2026
Merged by: @crobibero
Base:
release-10.11.z← Head:more-strict-roles📝 Commits (1)
3de5fa5Be more strict about PersonType assignments📊 Changes
5 files changed (+8 additions, -15 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs(+1 -3)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs(+1 -3)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs(+1 -3)📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesProvider.cs(+1 -3)📝
MediaBrowser.Providers/Plugins/Tmdb/TmdbUtils.cs(+4 -3)📄 Description
TMDB returns a ton of different crew/cast persons which can contain the different job denominations. E.g. director would be assigned to all of these:
But for our presentation use cases we only need the actual director. If we want to expose the other ones too, we should introduce proper subtypes.
Changes
containsbut check for equality🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.