mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15516] Add a collection API for Included In feature
#14335
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/15516
Author: @XSAM
Created: 11/15/2025
Status: 🔄 Open
Base:
master← Head:included-in-feature📝 Commits (2)
967e661Add get collections by item API41ca381Invalid linked children cache on collection modification so clients can see the latest change📊 Changes
4 files changed (+125 additions, -0 deletions)
View changed files
📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+47 -0)📝
Jellyfin.Api/Controllers/LibraryController.cs(+69 -0)📝
MediaBrowser.Controller/Collections/ICollectionManager.cs(+8 -0)📝
tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs(+1 -0)📄 Description
Part of https://github.com/jellyfin/jellyfin/issues/15515
Changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.