mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Add position option to IPlaylistManager.AddItemToPlaylistAsync #7513
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?
Originally created by @kevgrig on GitHub (Oct 23, 2025).
I have some really big playlists and sometimes when I add a new item to a playlist, I want to move it to the top immediately; otherwise, I have to add it to the playlist, then go to the playlist and then scroll all the way down and then click the Move To Top option.
I'd like to add a feature that adds an "Add to top of playlist" option in the "Add to playlist" dialog, so the first step for that is to add an option into the API.
@JPVenson commented on GitHub (Oct 23, 2025):
feature requests go on features.jellyfin.org please
@kevgrig commented on GitHub (Oct 23, 2025):
Hi, the GitHub issue template writes (note the second paragraph):
I opened the feature request for this PR: https://github.com/jellyfin/jellyfin/pull/15138