[PR #14723] [MERGED] Never replace BoxSet LinkedChildren on update #14084

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

📋 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: masterHead: fix-collection-identify


📝 Commits (3)

  • 3ddd2b1 Never replace collection LinkedChildren
  • 581c632 Fix duplication
  • 2e72d0e Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14723 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 8/31/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-collection-identify` --- ### 📝 Commits (3) - [`3ddd2b1`](https://github.com/jellyfin/jellyfin/commit/3ddd2b1261b5760c7691e563916ca229bad5fdb0) Never replace collection LinkedChildren - [`581c632`](https://github.com/jellyfin/jellyfin/commit/581c6327b384f38d23485afb8638fa648253bfe2) Fix duplication - [`2e72d0e`](https://github.com/jellyfin/jellyfin/commit/2e72d0e694e64fe45aa8335e9b94fcfb7abc71ad) Use path as unique identifier ### 📊 Changes **1 file changed** (+2 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/BoxSets/BoxSetMetadataService.cs` (+2 -8) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:24:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14084