[PR #5258] [MERGED] Include specials in the calculation for the "Next Up" episode #10452

Closed
opened 2026-02-07 06:20:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5258
Author: @Smith00101010
Created: 2/17/2021
Status: Merged
Merged: 4/10/2021
Merged by: @Bond-009

Base: masterHead: next-up-specials-fix


📝 Commits (2)

  • 4bbfcae Include specials in the calculation for the "Next Up" episode. Fixes #1479
  • 6293629 Apply suggested formatting changes

📊 Changes

3 files changed (+45 additions, -10 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
📝 Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs (+2 -2)
📝 Emby.Server.Implementations/TV/TVSeriesManager.cs (+42 -8)

📄 Description

Changes
I changed the logic that determines the "Up Next" section in the user dashboard to be based on the same logic, that the player uses to determine the next episode to play. This in turn enables it to correctly have a special shown as the next episode, if the corresponding option is enabled by the user, which until now always wer skipped.

Issues
Fixes #1479


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5258 **Author:** [@Smith00101010](https://github.com/Smith00101010) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 4/10/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `next-up-specials-fix` --- ### 📝 Commits (2) - [`4bbfcae`](https://github.com/jellyfin/jellyfin/commit/4bbfcaef83579239a9bef708c71a889cb3d829b4) Include specials in the calculation for the "Next Up" episode. Fixes #1479 - [`6293629`](https://github.com/jellyfin/jellyfin/commit/6293629d3263722c49c14f7642fb33b2986b0e19) Apply suggested formatting changes ### 📊 Changes **3 files changed** (+45 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs` (+2 -2) 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+42 -8) </details> ### 📄 Description **Changes** I changed the logic that determines the "Up Next" section in the user dashboard to be based on the same logic, that the player uses to determine the next episode to play. This in turn enables it to correctly have a special shown as the next episode, if the corresponding option is enabled by the user, which until now always wer skipped. **Issues** Fixes #1479 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:20:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10452