mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Merge pull request #5111 from Larvitar/tmdb-season-name-fix
Remove season name from metadata result
(cherry picked from commit 3fd0987ee3
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
19a01ccdf3
commit
5dbd6f076c
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.TV
|
||||||
result.HasMetadata = true;
|
result.HasMetadata = true;
|
||||||
result.Item = new Season
|
result.Item = new Season
|
||||||
{
|
{
|
||||||
Name = info.Name,
|
|
||||||
IndexNumber = seasonNumber,
|
IndexNumber = seasonNumber,
|
||||||
Overview = seasonResult?.Overview
|
Overview = seasonResult?.Overview
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue