aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-07-31 17:23:52 +0200
committerDavid <daullmer@gmail.com>2020-07-31 17:23:52 +0200
commitc994060794b63d20feb0bdd9bac6169f15592211 (patch)
treebdfa1d6b9bd543fa57786dec83663b0144526e71
parent8a016e31f74fe02ad10bf92dabc370eb96388306 (diff)
Remove response code doc because it got added elsewhere
-rw-r--r--Jellyfin.Api/Controllers/AudioController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/AudioController.cs b/Jellyfin.Api/Controllers/AudioController.cs
index 9a789989b..7405c26fb 100644
--- a/Jellyfin.Api/Controllers/AudioController.cs
+++ b/Jellyfin.Api/Controllers/AudioController.cs
@@ -146,7 +146,6 @@ 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")]