mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10358] Exclude from continue watching #12454
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?
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.