mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15762] Fix watched status resetting on re-watch #14407
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/15762
Author: @MSalman5230
Created: 12/10/2025
Status: 🔄 Open
Base:
master← Head:Preservation-of-Watched-Status-on-Re-watch📝 Commits (4)
37d6101Fix watched status resetting on re-watchd757e12Update CONTRIBUTORS.md113bd9aRemove redundant assignment in playback start logicd1f242bUpdate CONTRIBUTORS.md📊 Changes
2 files changed (+2 additions, -4 deletions)
View changed files
📝
CONTRIBUTORS.md(+2 -0)📝
Emby.Server.Implementations/Session/SessionManager.cs(+0 -4)📄 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.
Issues
Fixes #15761
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.