mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Collections are deleted during library scan when nas is offline #6338
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 @pimw1 on GitHub (Oct 11, 2024).
This issue respects the following points:
Description of the bug
When the library is scanned while the nas-share is unavailable, the collections are emptied (collections are still there, but do not contain any movie anymore).

It might be related to https://github.com/jellyfin/jellyfin/issues/12724
Reproduction steps
What is the current bug behavior?
The collections are emptied (i.e. all movies removed from the collections)
What is the expected correct behavior?
The collections should show the movies when the nas is reattached and the library is scanned again.
Jellyfin Server version
Unstable
Specify commit id
No response
Specify unstable release number
10.10.0
Specify version number
No response
Specify the build version
2024100705
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@jellyfin-bot commented on GitHub (Feb 9, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@pimw1 commented on GitHub (Feb 9, 2025):
Bump; from previous discord conversations, i understood that this is something that can be looked into after merging https://github.com/jellyfin/jellyfin/pull/12798
@jellyfin-bot commented on GitHub (Jun 10, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@pimw1 commented on GitHub (Jun 10, 2025):
https://github.com/jellyfin/jellyfin/pull/12798 is merged.
Question: are collections more gracefully handled since the [Refactor library.db into jellyfin.db and EFCore] ? If not, i'll keep the incident open.
@theguymadmax commented on GitHub (Aug 17, 2025):
Closing as duplicate of #12734