Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/10fb7836c49654811b4621b3ce49fe40f83e7d61 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from MediaBrowser/dev

query fixes
release-10.1.0
Luke 8 years ago committed by GitHub
commit 10fb7836c4

@ -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