mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10200] Add option to include resumable items in next up requests #12374
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/10200
State: closed
Merged: Yes
Changes
Adds an option to enable resumable items to be included in next up requests. This defaults to true to enable the original behavior of finding the next episode of a series that should be played.
Clients will probably want to add the new request parameter to prevent the duplication on the home screen between next up and continue watching.
Once this is merged I plan to add a new home screen section type that uses this to present a single row for next up + continue watching (as has been requested here).Actually this still won't fully meet the needs for a combined up next + continue watching home screen section since it does not include movies. 🤔PR that introduced the initial breakage: https://github.com/jellyfin/jellyfin/pull/4628
Issues
N/A