aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs
diff options
context:
space:
mode:
authorSam Xie <sam@samxie.me>2026-05-29 11:00:34 -0700
committerGitHub <noreply@github.com>2026-05-29 20:00:34 +0200
commitc9f71d8531d946f04d5395bd885f08128253559c (patch)
tree2f061704489c2997141748b3548806cb7c36a594 /tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs
parentb6e26ba3d9656fe8c9e42f0a19ba04b575959046 (diff)
Add a collection API for `Included In` feature (#15516)
Add a collection API for `Included In` feature
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs
index edbb46b34c..b9b2862c65 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs
+++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryControllerTests.cs
@@ -23,6 +23,7 @@ public sealed class LibraryControllerTests : IClassFixture<JellyfinApplicationFa
[InlineData("Items/{0}/ThemeMedia")]
[InlineData("Items/{0}/Ancestors")]
[InlineData("Items/{0}/Download")]
+ [InlineData("Items/{0}/Collections")]
[InlineData("Artists/{0}/Similar")]
[InlineData("Items/{0}/Similar")]
[InlineData("Albums/{0}/Similar")]