mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7253] [MERGED] Rewatching next up #11318
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/7253
Author: @SenorSmartyPants
Created: 1/27/2022
Status: ✅ Merged
Merged: 2/20/2022
Merged by: @Bond-009
Base:
master← Head:Rewatch📝 Commits (1)
4d91562Rewatching next up📊 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.