mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Library mainview not updating anymore #7512
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 @SonicAndSmoke on GitHub (Oct 22, 2025).
Description of the bug
Been running Jellyfin 10.10.7 on Windows Server, which i upgraded to 10.11 RC5, then RC6, RC8, RC9 and now to the final release. All upgrades went without any technical problems. The current limit for entries on one page was never ever changed from default 100.
After the 23. august 2025 (iirc after RC8 is when i noticed), newly added movies didn't show up anymore in the library. The movies are found and indexed as the counter increases, and they can be searched for and found, and they do show up on the frontpage in "Recently added in %Libraryname%". But not in the library mainview.
After entering a library, when clicking the alphabet letters bar on the right side, the newly added movies do show up there in correct order. But only when clicking the first letter of that movie, not in the library mainview.
Reproduction steps
Not sure. A testing installation on a different machine (fresh install of 10.11 weekly unstable, then upgraded to RC8, then RC9, then final doesn't show this behaviour.
What is the current bug behavior?
Example: "Big Buck Bunny" is visible on the frontpage in "Recently added in ...". Searching for it works fine, cast members etc also get listed correctly. But when opening the library (which is set to no filter, sorting by date added in descending order), it's not listed there at all. But when i select "B" from the alphabet bar on the right side in the library, "Big Buck Bunny" shows up as the latest movie.
What is the expected correct behavior?
Library mainview shows updates to the library again.
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
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
What i already tried: rescanning the library, rescanning all libaries, people refresh, changing the library mounting from localhost UNC mapping to directly using the local drive and back, removing the library completly and adding it back. I even tried using my 10.10.7 library.db backup to re-upgrade in 10.11 final, but there was an error message in the log file about a missing EFCore update table something.
@farces commented on GitHub (Oct 23, 2025):
I missed this when I posted my issue, but I think it's the same - sort is applying to each page individually instead of the entire library https://github.com/jellyfin/jellyfin/issues/15142
@SonicAndSmoke commented on GitHub (Oct 29, 2025):
Release version 10.11.1 fixed this issue for me, thank you Jellyfin Team.