mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15760] [CLOSED] fix: watched status resetting on re-watch #14409
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/15760
Author: @MSalman5230
Created: 12/10/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
1e57a29fix: watched status resetting on re-watch📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Session/SessionManager.cs(+1 -1)📄 Description
Preservation of Watched Status on Re-watch
Changes
This change modifies the playback start logic to preserve the "Watched" status of media items when they are re-watched. Previously, starting playback on any item that supports resume would immediately mark the item as "Unwatched". This update ensures that Played status is only set to false if the item was not previously marked as played, allowing completed items to remain marked as completed during a re-watch session
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.