mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14723] [MERGED] Never replace BoxSet LinkedChildren on update #14084
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/14723
Author: @Shadowghost
Created: 8/31/2025
Status: ✅ Merged
Merged: 9/12/2025
Merged by: @crobibero
Base:
master← Head:fix-collection-identify📝 Commits (3)
3ddd2b1Never replace collection LinkedChildren581c632Fix duplication2e72d0eUse path as unique identifier📊 Changes
1 file changed (+2 additions, -8 deletions)
View changed files
📝
MediaBrowser.Providers/BoxSets/BoxSetMetadataService.cs(+2 -8)📄 Description
We should never updated LinkedChildren of Collections because right now the metadata service is not handling attaching collection items based on the provider responses, so we'll always reset but never attach.
Issues
Fixes #12724
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.