mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Moving playlist items is broken #7065
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 @0xceed on GitHub (Jun 7, 2025).
Description of the bug
On 10.10.6 moving item within playlist either TO index 0 OR index which is 1 BEFORE last leads to success response and setting wrong index which you can see after reload. This works even in Web UI. Reordering to other indexes works as expected.
Reproduction steps
What is the current bug behavior?
The moved item is in wrong place. There is no way to move something to index zero or (count - 1)
What is the expected correct behavior?
Moving the item as UI shows it moved.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.10.6
Specify the build version
10.10.6
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@theguymadmax commented on GitHub (Jun 7, 2025):
Duplicate of #13651. Issue has been fixed in the master.
@0xceed commented on GitHub (Jun 7, 2025):
Didn't find 13651, thanks.