mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Add position option to IPlaylistManager.AddItemToPlaylistAsync #7514
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#7514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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