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
This commit is contained in:
commit
3fd0987ee3
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.TV
|
|||
result.HasMetadata = true;
|
||||
result.Item = new Season
|
||||
{
|
||||
Name = info.Name,
|
||||
IndexNumber = seasonNumber,
|
||||
Overview = seasonResult?.Overview
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue