mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
query fixes
This commit is contained in:
parent
d3fdfbb368
commit
41ea0d99f4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ namespace MediaBrowser.Controller.Entities.TV
|
|||
|
||||
public IEnumerable<Episode> GetEpisodes()
|
||||
{
|
||||
return Series.GetSeasonEpisodes(this, null, null);
|
||||
return Series.GetSeasonEpisodes(this, null, null, new DtoOptions(true));
|
||||
}
|
||||
|
||||
public override IEnumerable<BaseItem> GetChildren(User user, bool includeLinkedChildren)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue