[PR #7253] [MERGED] Rewatching next up #11318

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7253
Author: @SenorSmartyPants
Created: 1/27/2022
Status: Merged
Merged: 2/20/2022
Merged by: @Bond-009

Base: masterHead: Rewatch


📝 Commits (1)

📊 Changes

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

View changed files

📝 Emby.Server.Implementations/TV/TVSeriesManager.cs (+28 -8)
📝 Jellyfin.Api/Controllers/TvShowsController.cs (+5 -2)
📝 MediaBrowser.Model/Querying/NextUpQuery.cs (+6 -0)

📄 Description

If you're watching a watched series again, this will find the watched episode after the most recently watched episode. This is something I've wanted for a while since our family tends to rewatch favorite shows.

I was able to get this functionality with minimal changes to the existing Next Up methods.

There's a PR in JF-web that depends on this.

image


🔄 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/7253 **Author:** [@SenorSmartyPants](https://github.com/SenorSmartyPants) **Created:** 1/27/2022 **Status:** ✅ Merged **Merged:** 2/20/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `Rewatch` --- ### 📝 Commits (1) - [`4d91562`](https://github.com/jellyfin/jellyfin/commit/4d91562cb15cc841b931ced0bb47b4088022971f) Rewatching next up ### 📊 Changes **3 files changed** (+39 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+28 -8) 📝 `Jellyfin.Api/Controllers/TvShowsController.cs` (+5 -2) 📝 `MediaBrowser.Model/Querying/NextUpQuery.cs` (+6 -0) </details> ### 📄 Description If you're watching a watched series again, this will find the watched episode after the most recently watched episode. This is something I've wanted for a while since our family tends to rewatch favorite shows. I was able to get this functionality with minimal changes to the existing Next Up methods. There's a PR in JF-web that depends on this. ![image](https://user-images.githubusercontent.com/991618/151263476-2611084d-725b-4759-aee7-7165feff7890.png) --- <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:36:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11318