mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Playlist items can't be removed; server returns 204 #6429
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 @pikapower9080 on GitHub (Nov 5, 2024).
This issue respects the following points:
Description of the bug
After setting up a fresh Jellyfin docker install on 10.10.1, I cannot remove items added to my own music playlist. When selecting "Remove from Playlist" the browser makes a DELETE request to remove the item, but the server rejects it with error 502 (Request empty). This applies to the web client, the media player, and even third party clients like Finamp.
Reproduction steps
What is the current bug behavior?
The playlist remains unchanged instead of having the item be removed.
What is the expected correct behavior?
The playlist should update to have the item removed.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.1
Environment
Jellyfin logs
No logs are produced by this action.
FFmpeg logs
No response
Client / Browser logs
This is the log I believe to be relevant:

Relevant screenshots or videos
No response
Additional information
This same issue happens on both a fresh server an an existing server that are both running on 10.10.1. Re-ordering of playlist items also does not work, the server responds with 500, but that is a different issue. Playlist length does not seem to impact this issue.
@GreepTheSheep commented on GitHub (Nov 5, 2024):
Could be a duplicate of #12892
Also, same issue on my side on v10.10.1, on Debian 12 with Docker 26.0.0
@felix920506 commented on GitHub (Nov 5, 2024):
cc @Shadowghost
@pikapower9080 commented on GitHub (Nov 5, 2024):
These are similar issues but not technically the same. Not being able to remove playlist options is also mentioned there, though.
@Shadowghost commented on GitHub (Nov 5, 2024):
It's all caused by the same issue fixed in #12934
@felix920506 commented on GitHub (Nov 6, 2024):
Closing as duplicate of #12892