diff options
| author | David <daullmer@gmail.com> | 2020-07-31 17:09:10 +0200 |
|---|---|---|
| committer | David <daullmer@gmail.com> | 2020-07-31 17:09:10 +0200 |
| commit | 8a016e31f74fe02ad10bf92dabc370eb96388306 (patch) | |
| tree | 5566cb033f30611984df183f9443f5eb2b2b5f06 /Jellyfin.Api/Controllers/AudioController.cs | |
| parent | 62fa72114cd543d47b2f8904cc55d90a30ac02e6 (diff) | |
Move VideoHlsService to Jellyfin.Api
Diffstat (limited to 'Jellyfin.Api/Controllers/AudioController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/AudioController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/AudioController.cs b/Jellyfin.Api/Controllers/AudioController.cs index 7405c26fb..9a789989b 100644 --- a/Jellyfin.Api/Controllers/AudioController.cs +++ b/Jellyfin.Api/Controllers/AudioController.cs @@ -146,6 +146,7 @@ namespace Jellyfin.Api.Controllers /// <param name="videoStreamIndex">Optional. The index of the video stream to use. If omitted the first video stream will be used.</param> /// <param name="context">Optional. The <see cref="EncodingContext"/>.</param> /// <param name="streamOptions">Optional. The streaming options.</param> + /// <response code="200">Audio file returned.</response> /// <returns>A <see cref="FileResult"/> containing the audio file.</returns> [HttpGet("{itemId}/{stream=stream}.{container?}")] [HttpGet("{itemId}/stream")] |
