[PR #4595] [MERGED] Don't return first episodes in next up #10179

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

📋 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: masterHead: clean-next-up


📝 Commits (2)

  • c196ad3 Don't return first episodes in next up
  • 0dda909 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4595 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 11/27/2020 **Status:** ✅ Merged **Merged:** 11/27/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `clean-next-up` --- ### 📝 Commits (2) - [`c196ad3`](https://github.com/jellyfin/jellyfin/commit/c196ad3351e07d21ceef8f932129ab0e8d43a9b4) Don't return first episodes in next up - [`0dda909`](https://github.com/jellyfin/jellyfin/commit/0dda909a608ebaad05405d4565ac096b480f2462) Fix suggestion ### 📊 Changes **1 file changed** (+1 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+1 -19) </details> ### 📄 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** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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:15:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10179