mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4595] [MERGED] Don't return first episodes in next up #10179
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/4595
Author: @heyhippari
Created: 11/27/2020
Status: ✅ Merged
Merged: 11/27/2020
Merged by: @cvium
Base:
master← Head:clean-next-up📝 Commits (2)
c196ad3Don't return first episodes in next up0dda909Fix suggestion📊 Changes
1 file changed (+1 additions, -19 deletions)
View changed files
📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+1 -19)📄 Description
Changes
This removes the weird behavior where GetNextUp will return first episodes of shows if there is no series in progress.
The rationale is that we shouldn't assume something is next up in queue if it hasn't been started yet.
No changes needed in jellyfin-web, since the section will hide if empty.
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.