mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Bug] 10.11: Favorites get lost during playback #7405
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 @Rattle22 on GitHub (Oct 11, 2025).
Description of the bug
I set up jellyfin 10.11.0-rc8 with docker compose behind nginx. I used the recommended settings with no modifications, except taking out the ssl config of the nginx file and having it generated by certbot instead.
When playing music and favoriting, sometimes new changes get reset. This seems to be tied to the progress update the client sends to the server.
Reproduction steps
What is the current bug behavior?
The favoriting status of songs does not 'stick', without further investigation the action seems to fail at random.
What is the expected correct behavior?
When a song is favorited or unfavorited, this persists regardless of other actions.
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.11.0-RC8
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@theguymadmax commented on GitHub (Oct 11, 2025):
This is a caching issue. If you scan your library, the favorited item will show up.
@Rattle22 commented on GitHub (Oct 11, 2025):
Are you sure about that? This doesn't happen in 10.10.7, so even if it is, it's one that doesn't happen in older versions.
Also, I'd still consider this a bug or at the very least a missing feature if favorites showing up requires a library scan this often.
@theguymadmax commented on GitHub (Oct 11, 2025):
Yes, it's a bug introduced in 10.11; otherwise, I would have closed the report instead of labeling it as confirmed and Todo.
I just provided a workaround until the issue is fixed.
@Rattle22 commented on GitHub (Oct 11, 2025):
Ah, sorry, misread your tone.
Shall I still provide the logs, or do you have what you need? It'd be a bunch of work to set it up again, but if it's helpful I'll take the time.
@theguymadmax commented on GitHub (Oct 11, 2025):
Thanks, but logs aren’t necessary. The issue is easy to reproduce, and the logs wouldn’t indicate anything meaningful. Version 10.11 introduces aggressive caching to improve performance, and this appears to be a regression.
@h4p commented on GitHub (Oct 21, 2025):
I can confirm this bug.
Liking a music track successfully sends a request to the server and in the frontend the heart icon is shown.
If I go back to the overview page and select the same album again the heart icon is grayed out.
@OdinVex commented on GitHub (Dec 26, 2025):
Any way to disable all caching?
@Beraliv commented on GitHub (Dec 29, 2025):
Hey @theguymadmax! Is it something that I can pick up, unless the team already fixed the issue?
For the context, I'm relatively new to Jellyfin ecosystem (i.e. I use it for a month or two). I can consistently reproduce the issue with my setup (non-Docker environment at the moment). I haven't contributed before, I'll read the doc on the website and get setup done in a couple of days.
Please let me know if you have any insights that might be useful for this bug.
@WindFreaker commented on GitHub (Jan 2, 2026):
Hi I am also having this issue but it is clearly not just a caching issue because I am seeing favorites not syncing with the server seemingly randomly. Having to double or even triple check that a song was properly added to my favorites is very frustrating.
@WindFreaker commented on GitHub (Jan 2, 2026):
I just checked the logs and watched as I clicked the favorite icon a message appear that looks like this.
[2026-01-02 00:48:02.203 +00:00] [INF] [55] Jellyfin.Plugin.Lastfm.ServerEntryPoint: "WindFreaker" ""loved track '"[song name here]"'However, no amount of refreshing cache or restarting any client actually has that song show up in favorites. In fact, restarting the server shows that it never was in favorites to begin with.
@theguymadmax commented on GitHub (Jan 2, 2026):
@Beraliv, sorry for the late reply (holidays). Anyone is welcome to work on this issue. I haven't looked at it since making the initial PR #15048. You should be able to piggyback off of that.
@Beraliv commented on GitHub (Jan 2, 2026):
Don't worry, and happy new year to you! Thank you for the link, I'll have a look on
this weekendnext week!@Beraliv commented on GitHub (Jan 22, 2026):
cc @theguymadmax I finally got the setup ready, can debug the project and started looking into this issue