Cannot send request when too many songs are selected #2483
Open
Description
Describe the bug
The request cannot be sent when too many songs are selected in the playlist.
For example: save all songs in the current play queue to a new playlist.
System (please complete the following information):
- OS: QNAP
- Virtualization: Docker
- Clients: Browser
- Browser: Microsoft Edge 88.0.680.1
- Jellyfin Version: 10.6.3
- Base URL: none
To Reproduce
- Add some music to the playback queue
- Click "save icon" (add to playlist) and click "add"
Expected behavior
In the browser devtools network
Request URL: http://192.168.1.xxx:8096/Playlists?Name=XXX&Ids=[Very long]
Request Method: POST
Status Code: 414 URI Too Long
Activity