mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Items deleted from the file system remain visible in Jellyfin after library scan #7708
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 @nothing2obvi on GitHub (Nov 6, 2025).
Description of the bug
When media files or entire movie folders are deleted from the underlying file system, Jellyfin does not automatically remove them from the library after a “Scan library files” operation. The deleted items continue to appear in the Movies library and remain playable (until clicked), forcing users to manually remove them through the Jellyfin web interface.
This behavior suggests that the file scanner is not properly verifying file existence or cleaning up missing entries during normal scans.
Reproduction steps
What is the current bug behavior?
What is the expected correct behavior?
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.2
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@Jisagi commented on GitHub (Nov 6, 2025):
Can confirm this as well, but probably a duplicate or at least related to https://github.com/jellyfin/jellyfin/issues/15343
@theguymadmax commented on GitHub (Nov 7, 2025):
Closing as a duplicate of #15384