aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/TrailersController.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-06-15 15:25:22 +0200
committerGitHub <noreply@github.com>2024-06-15 15:25:22 +0200
commit1a790b30ed294b362a339bd7640f34afa07189f7 (patch)
tree965b5cdd12446840679810c1133bc956acae1cd6 /Jellyfin.Api/Controllers/TrailersController.cs
parentea1f6e787066dfe775d9baf8b3f48d3381d91f7f (diff)
parent69e0ed42eaff9731d2554d121e73810526172bb8 (diff)
Merge pull request #12027 from nielsvanvelzen/index-number-query
Support filter by index number in ItemsController
Diffstat (limited to 'Jellyfin.Api/Controllers/TrailersController.cs')
-rw-r--r--Jellyfin.Api/Controllers/TrailersController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/TrailersController.cs b/Jellyfin.Api/Controllers/TrailersController.cs
index 4fbaafa2a..d7d0cc454 100644
--- a/Jellyfin.Api/Controllers/TrailersController.cs
+++ b/Jellyfin.Api/Controllers/TrailersController.cs
@@ -215,6 +215,7 @@ public class TrailersController : BaseJellyfinApiController
hasSpecialFeature,
hasTrailer,
adjacentTo,
+ null,
parentIndexNumber,
hasParentalRating,
isHd,