query fixes

pull/1154/head
Luke Pulverenti 7 years ago
parent d3fdfbb368
commit 41ea0d99f4

@ -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…
Cancel
Save