mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-25 06:03:37 +03:00
[bug] "Add to play queue" results in queued playlist with unexpected track order when using "Play On" streaming #6166
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 @AlbertMarkovski on GitHub (Aug 2, 2024).
This issue respects the following points:
Description of the bug
This bug cropped up for me only after completing a recent debian bullseye-to-bookworm upgrade (which also upgraded Jellyfin from 10.8.x to 10.9.8).
This bug is NOT reproducible when queuing tracks in a browser for local audio playback. Instead, the bug only occurs when using the "Play On" streaming feature. In this example it's streaming to a Raspberry Pi running Mopidy v3.4.2 with the Mopidy-Jellyfin v1.0.5 extension.
Reproduction steps
What is the current bug behavior?
The resulting playlist order on the mopidy device is:
What is the expected correct behavior?
The resulting playlist order on the mopidy device is:
Jellyfin Server version
10.9.8+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.8
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@jellyfin-bot commented on GitHub (Dec 1, 2024):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@AlbertMarkovski commented on GitHub (Dec 2, 2024):
Confirming that this issue exists as of Jellyfin 10.10.3:
Problem: When queuing additional tracks to an existing playlist using Jellyfin Web (via "play on" streaming to a Mopidy instance), the additional tracks are inserted directly after the currently playing track.
Expected / prior to regression: Additional tracks are inserted at the end of the existing playlist.
@jellyfin-bot commented on GitHub (Apr 3, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@AlbertMarkovski commented on GitHub (Apr 8, 2025):
This bug persists in Jellyfin 10.10.6
@AlbertMarkovski commented on GitHub (Jul 14, 2025):
Sorry if this was the wrong repo for this issue.
Can this be transferred, or should I submit a new issue to Jellyfin-Web instead?
@theguymadmax commented on GitHub (Oct 16, 2025):
This should be fixed by https://github.com/jellyfin/jellyfin-web/pull/6888 and will be included in the upcoming 10.11 release. If the issue still happens in 10.11, please open a new issue in the web repo.