mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5111] [MERGED] Remove season name from metadata result #10407
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/5111
Author: @Zura-01
Created: 1/26/2021
Status: ✅ Merged
Merged: 2/3/2021
Merged by: @cvium
Base:
master← Head:tmdb-season-name-fix📝 Commits (1)
0d1f356Remove season name from metadata result📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs(+0 -1)📄 Description
A copy of: https://github.com/jellyfin/jellyfin-plugin-tmdb/pull/1
Apparently TMDB season provider copies
SeasonInfo.NametoMetadataResultwhich:Root cause of this issue is in Jellyfin itself which for some reason sets
SeasonInfo.Nameto series name when sending it toGetMetadatabut anyways I don't think we should copy anything fromSeasonInfotoMetadataResulteven if name was correctly set to 'Season X'.Probably it was originally set to
Name = seasonResult.Namebut someone did not like whatever TMDbLib returned here so it was changed toinfo.Name. Quote from jellyfin#10.6.z:Changes
Do not return season name at all.
Issues
Should fix:
https://github.com/jellyfin/jellyfin/issues/4948
https://github.com/jellyfin/jellyfin/issues/4134
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.