[PR #10358] Exclude from continue watching #12454

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10358

State: closed
Merged: No


Changes
Resolves this feature request. (The backend piece at least)
Created from this discussion.

Adds 2 new end points for adding and removing a flag from an item. If the flag is present on the item then the item will not be considered for "Continue Watching"

The flag is removed anytime the playback progress of the item is updated so the item can start showing in "Continue Watching" again.

Handing for adding the flag column to the UserDatas table is added to the application startup to ensure the update process will include it.

Added new flag to DTOs and included in UserData reads.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10358 **State:** closed **Merged:** No --- Changes Resolves [this](https://features.jellyfin.org/posts/517/add-an-option-to-remove-an-item-from-continue-watching) feature request. (The backend piece at least) Created from [this](https://github.com/jellyfin/jellyfin-meta/discussions/50#discussioncomment-7204164) discussion. Adds 2 new end points for adding and removing a flag from an item. If the flag is present on the item then the item will not be considered for "Continue Watching" The flag is removed anytime the playback progress of the item is updated so the item can start showing in "Continue Watching" again. Handing for adding the flag column to the UserDatas table is added to the application startup to ensure the update process will include it. Added new flag to DTOs and included in UserData reads.
OVERLORD added the pull-request label 2026-02-07 06:56:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12454