[PR #15760] [CLOSED] fix: watched status resetting on re-watch #14409

Closed
opened 2026-02-07 07:29:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15760
Author: @MSalman5230
Created: 12/10/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 1e57a29 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15760 **Author:** [@MSalman5230](https://github.com/MSalman5230) **Created:** 12/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1e57a29`](https://github.com/jellyfin/jellyfin/commit/1e57a299fd8e916015464b4b5a1a85758b44c805) fix: watched status resetting on re-watch ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Session/SessionManager.cs` (+1 -1) </details> ### 📄 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 --- <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 07:29:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14409