mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5258] [MERGED] Include specials in the calculation for the "Next Up" episode #10452
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:next-up-specials-fix📝 Commits (2)
4bbfcaeInclude specials in the calculation for the "Next Up" episode. Fixes #14796293629Apply 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.