diff options
| author | crobibero <cody@robibe.ro> | 2020-07-31 09:21:33 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-07-31 09:21:33 -0600 |
| commit | c97372a1334bb18a6cd2b5a3abb0c385a30329ac (patch) | |
| tree | 37574f676aa60030935c25cab51e3a275713cc58 /Jellyfin.Api/Controllers/AudioController.cs | |
| parent | 9171e904de8c3de2dd8049ba3a1ff11340269f2d (diff) | |
Add missing docs and remove duplicate function
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 1d81def72..d9afbd910 100644 --- a/Jellyfin.Api/Controllers/AudioController.cs +++ b/Jellyfin.Api/Controllers/AudioController.cs @@ -142,6 +142,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 stream returned.</response> /// <returns>A <see cref="FileResult"/> containing the audio file.</returns> [HttpGet("{itemId}/{stream=stream}.{container?}")] [HttpGet("{itemId}/stream")] |
