mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Remove season name from metadata result
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user