mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
merge all attributes
This commit is contained in:
@@ -163,7 +163,7 @@ namespace Jellyfin.Api.Controllers
|
||||
[HttpGet("Videos/{itemId}/live.m3u8")]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
public async Task<ActionResult> GetLiveHlsStream(
|
||||
[FromRoute][Required] Guid itemId,
|
||||
[FromRoute, Required] Guid itemId,
|
||||
[FromQuery] string? container,
|
||||
[FromQuery] bool? @static,
|
||||
[FromQuery] string? @params,
|
||||
|
||||
Reference in New Issue
Block a user