mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
denormalize seasonid
This commit is contained in:
parent
73e2b1f283
commit
2772d59559
11 changed files with 135 additions and 166 deletions
|
|
@ -54,11 +54,6 @@ namespace MediaBrowser.Server.Implementations.UserViews
|
|||
{
|
||||
return series;
|
||||
}
|
||||
var episodeSeason = episode.Season;
|
||||
if (episodeSeason != null)
|
||||
{
|
||||
return episodeSeason;
|
||||
}
|
||||
|
||||
return episode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue