mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9812] Support a My List feature #12235
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/9812
State: closed
Merged: No
My List is a more generically named Watchlist (because it should also support music, audiobooks, etc), which has been requested here: https://features.jellyfin.org/posts/576/watchlist-like-netflix
It's similar to the existing Favorites feature, but will auto-remove some items after they are played in full.
Changes
Issues
https://github.com/jellyfin/jellyfin/issues/7608
Companion pull requests