aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/TrailersController.cs
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2024-06-07 22:30:40 +0200
committerNiels van Velzen <git@ndat.nl>2024-06-07 22:38:46 +0200
commit69e0ed42eaff9731d2554d121e73810526172bb8 (patch)
tree7c9e80f6e93de73255d05e43602124abae28b2a0 /Jellyfin.Api/Controllers/TrailersController.cs
parentdc2eca9f2ca259b46c7b53f59251794903c730a4 (diff)
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,