@ -82,6 +82,7 @@ public class ItemsController : BaseJellyfinApiController
/// <param name="parentIndexNumber">Optional filter by parent index number.</param>
/// <param name="hasParentalRating">Optional filter by items that have or do not have a parental rating.</param>
/// <param name="isHd">Optional filter by items that are HD or not.</param>
/// <param name="isSd">Optional filter by items that are SD or not.</param>
/// <param name="is4K">Optional filter by items that are 4K or not.</param>
/// <param name="locationTypes">Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.</param>
/// <param name="excludeLocationTypes">Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.</param>
@ -172,6 +173,7 @@ public class ItemsController : BaseJellyfinApiController
@ -350,6 +352,7 @@ public class ItemsController : BaseJellyfinApiController
HasThemeVideo=hasThemeVideo,
HasTrailer=hasTrailer,
IsHD=isHd,
IsSD=isSd,
Is4K=is4K,
Tags=tags,
OfficialRatings=officialRatings,
@ -548,6 +551,7 @@ public class ItemsController : BaseJellyfinApiController
/// <param name="parentIndexNumber">Optional filter by parent index number.</param>
/// <param name="hasParentalRating">Optional filter by items that have or do not have a parental rating.</param>
/// <param name="isHd">Optional filter by items that are HD or not.</param>
/// <param name="isSd">Optional filter by items that are SD or not.</param>
/// <param name="is4K">Optional filter by items that are 4K or not.</param>
/// <param name="locationTypes">Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.</param>
/// <param name="excludeLocationTypes">Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.</param>
@ -639,6 +643,7 @@ public class ItemsController : BaseJellyfinApiController
@ -42,6 +42,7 @@ public class TrailersController : BaseJellyfinApiController
/// <param name="parentIndexNumber">Optional filter by parent index number.</param>
/// <param name="hasParentalRating">Optional filter by items that have or do not have a parental rating.</param>
/// <param name="isHd">Optional filter by items that are HD or not.</param>
/// <param name="isSd">Optional filter by items that are SD or not.</param>
/// <param name="is4K">Optional filter by items that are 4K or not.</param>
/// <param name="locationTypes">Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.</param>
/// <param name="excludeLocationTypes">Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.</param>
@ -130,6 +131,7 @@ public class TrailersController : BaseJellyfinApiController