mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update next up query
This commit is contained in:
parent
6fe933fde4
commit
bff0cd4447
@ -143,7 +143,7 @@ namespace Emby.Server.Implementations.TV
|
|||||||
|
|
||||||
// If viewing all next up for all series, remove first episodes
|
// If viewing all next up for all series, remove first episodes
|
||||||
// But if that returns empty, keep those first episodes (avoid completely empty view)
|
// 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;
|
var isFirstItemAFirstEpisode = true;
|
||||||
|
|
||||||
return allNextUp
|
return allNextUp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user