mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
denormalize seasonid
This commit is contained in:
@@ -54,11 +54,6 @@ namespace MediaBrowser.Server.Implementations.UserViews
|
||||
{
|
||||
return series;
|
||||
}
|
||||
var episodeSeason = episode.Season;
|
||||
if (episodeSeason != null)
|
||||
{
|
||||
return episodeSeason;
|
||||
}
|
||||
|
||||
return episode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user