Even with containing the issue, the log file is huge for some reason, so it’s linked again:
Here’s what I’ve got:
Playlist name: “Test”
7 tracks added from the Jellyfin server and synced with Symfonium.
Track to be removed: “Honor” (track #7)
Steps:
- Start debug
- Navigate to playlists
- Open “Test” playlist (Online-First playlist type)
- Press the three dots on the track, “Honor”
- Select delete
- Repeat 4-5 until the track is deleted.
In the example where the logs are from, it only took me 2 “deletes” to remove the track. However, I’ve reproduced this issue with up to around 8 “deletes” using the same scenario. On my larger playlists, it’s almost always taken at least 7 presses.
The above image is a find all for the DELETE command. 104 hits…
The only thing I could find worth noting is that it might be looping? And if you search for “TotalRecordCount” you see multiple entries for “TotalRecordCount”:6 and “TotalRecordCount”:7. I have no other playlists with 6 or 7 tracks.

If you compare:
2023-08-30 22:12:57.332 Verbose/JellyfinLogger: ← [131]
v.s
2023-08-30 22:12:57.426 Verbose/JellyfinLogger: ← [370]
[131] is much smaller in size (in characters on the line), and it goes over all the playlists’ basic information. Here the record count is 6.
In [370] it goes through all the tracks and details information. Here the record count is 7.
I don’t know if any of this is helpful or not. Logs aren’t showing any errors from what I can tell. We might need to wait to see if more users report this issue… or not, it may be something on my side.
Thank you.
