[PR #7383] [MERGED] Include played and unplayed results in the same next up request #11368

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7383
Author: @thornbill
Created: 3/1/2022
Status: Merged
Merged: 3/5/2022
Merged by: @joshuaboniface

Base: masterHead: next-up-rewatching


📝 Commits (2)

  • 055c63b Include played and unplayed results in the same next up request
  • df70d7b Use IReadOnlyList for seriesKeys

📊 Changes

3 files changed (+17 additions, -8 deletions)

View changed files

📝 Emby.Server.Implementations/TV/TVSeriesManager.cs (+12 -3)
📝 Jellyfin.Api/Controllers/TvShowsController.cs (+3 -3)
📝 MediaBrowser.Model/Querying/NextUpQuery.cs (+2 -2)

📄 Description

Changes
Updates the new "rewatching" feature of Next Up to be returned with the normal results that is controlled by a user setting in web.

Screenshot 2022-03-01 at 00-47-27 Jellyfin

Screenshot 2022-03-01 at 00-50-58 Jellyfin

Issues
N/A


🔄 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/7383 **Author:** [@thornbill](https://github.com/thornbill) **Created:** 3/1/2022 **Status:** ✅ Merged **Merged:** 3/5/2022 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `next-up-rewatching` --- ### 📝 Commits (2) - [`055c63b`](https://github.com/jellyfin/jellyfin/commit/055c63bdeeb257bda1ec45090d6d0797f9e1262a) Include played and unplayed results in the same next up request - [`df70d7b`](https://github.com/jellyfin/jellyfin/commit/df70d7bdf13b52581873274a16a82a164c1922b2) Use IReadOnlyList for seriesKeys ### 📊 Changes **3 files changed** (+17 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+12 -3) 📝 `Jellyfin.Api/Controllers/TvShowsController.cs` (+3 -3) 📝 `MediaBrowser.Model/Querying/NextUpQuery.cs` (+2 -2) </details> ### 📄 Description **Changes** Updates the new "rewatching" feature of Next Up to be returned with the normal results that is controlled by a user setting in web. ![Screenshot 2022-03-01 at 00-47-27 Jellyfin](https://user-images.githubusercontent.com/3450688/156112843-d59e102c-849b-4156-b1a1-887191e4ad00.png) ![Screenshot 2022-03-01 at 00-50-58 Jellyfin](https://user-images.githubusercontent.com/3450688/156112873-e85abf51-b788-4df9-8e6f-f14ed091651d.png) **Issues** N/A --- <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:37:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11368