mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15446] [MERGED] Fix AncestorIds not migrating #14315
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15446
Author: @theguymadmax
Created: 11/9/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:fix-baseitemid-migration📝 Commits (1)
ba9b25dDon't clear baseitemids📊 Changes
1 file changed (+0 additions, -2 deletions)
View changed files
📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs(+0 -2)📄 Description
Clearing baseItemIds in the move people migration causes the AncestorId and Chapter migrations to come back with 0 items.
Changes
Don't clear baseItemIds
Issues
Fixes #14900
Fixes #15028
And chapter migration
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.