[PR #12156] Fix refresh data does not retain LinkedChildren #13097

Closed
opened 2026-02-07 07:07:05 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/12156

State: closed
Merged: No


I think the issue is caused by new LinkedChildren introduced in 10.9.
When refreshing metadata, a new item is created instead of updating. but LinkedChildren is not copied.

Changes
When refreshing metadata, the LinkedChildren should also be copied if the item is Folder.
Otherwise, all the added items will be removed on refreshing metadata.

Issues
Fixes: #12155

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/12156 **State:** closed **Merged:** No --- I think the issue is caused by new `LinkedChildren` introduced in 10.9. When refreshing metadata, a new item is created instead of updating. but `LinkedChildren` is not copied. **Changes** When refreshing metadata, the `LinkedChildren` should also be copied if the item is `Folder`. Otherwise, all the added items will be removed on refreshing metadata. **Issues** Fixes: #12155
OVERLORD added the pull-request label 2026-02-07 07:07:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13097