mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11963] Fix Library renaming #13047
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11963
State: closed
Merged: Yes
This handler should not just spawn a normal library validation task because our new logic will prevent the removal of library root folder unless explicitly required, which will cause the old lib still "ghosting" in the db.
Changes
Issues
Fixes #11937
Fixes #11885
Notes for affected users:
If you already have duplicated libs ghosting, just upgrade to a version contains this PR won't fix your issue.
A mitigation to this is to rename your lib one more time after you updated to a version contains this PR. This will remove the ghosting one.
Alternatively, you can remove the renamed library, which will also remove the ghosting one, then you can add it back with your desired name.