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

update next up query

pull/702/head
Luke Pulverenti 8 years ago
parent 6fe933fde4
commit bff0cd4447

@ -143,7 +143,7 @@ namespace Emby.Server.Implementations.TV
// If viewing all next up for all series, remove first episodes
// But if that returns empty, keep those first episodes (avoid completely empty view)
var alwaysEnableFirstEpisode = string.IsNullOrWhiteSpace(request.SeriesId);
var alwaysEnableFirstEpisode = !string.IsNullOrWhiteSpace(request.SeriesId);
var isFirstItemAFirstEpisode = true;
return allNextUp

Loading…
Cancel
Save