Files
jellyfin/Jellyfin.Api/Controllers
danne e75161c557 Deprecate the redundant /Trailers endpoint
GET /Trailers is a thin alias for GET /Items with includeItemTypes=Trailer;
it just forwards to the injected ItemsController. Per the PR review the agreed
direction is to deprecate it rather than keep maintaining the delegation.

Mark the action [Obsolete] so it is flagged as deprecated in the OpenAPI spec;
clients should use the GetItems operation with includeItemTypes=Trailer instead.

Re #17065
2026-06-19 07:03:58 +02:00
..
2026-05-21 20:48:41 +02:00
2026-01-27 11:13:32 +01:00
2026-04-19 10:27:23 +02:00
2026-05-31 21:13:34 -04:00
2026-05-16 09:44:36 +02:00
2026-05-04 01:55:07 +02:00
2026-04-06 11:37:45 +02:00