|
|
|
@ -1156,7 +1156,6 @@ namespace Jellyfin.Api.Controllers
|
|
|
|
|
/// or a <see cref="NotFoundResult"/> if recording not found.
|
|
|
|
|
/// </returns>
|
|
|
|
|
[HttpGet("LiveRecordings/{recordingId}/stream")]
|
|
|
|
|
[Authorize(Policy = Policies.LiveTvAccess)]
|
|
|
|
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
|
|
|
|
[ProducesResponseType(StatusCodes.Status404NotFound)]
|
|
|
|
|
[ProducesVideoFile]
|
|
|
|
@ -1185,7 +1184,6 @@ namespace Jellyfin.Api.Controllers
|
|
|
|
|
/// or a <see cref="NotFoundResult"/> if stream not found.
|
|
|
|
|
/// </returns>
|
|
|
|
|
[HttpGet("LiveStreamFiles/{streamId}/stream.{container}")]
|
|
|
|
|
[Authorize(Policy = Policies.LiveTvAccess)]
|
|
|
|
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
|
|
|
|
[ProducesResponseType(StatusCodes.Status404NotFound)]
|
|
|
|
|
[ProducesVideoFile]
|
|
|
|
|