From c994060794b63d20feb0bdd9bac6169f15592211 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 31 Jul 2020 17:23:52 +0200 Subject: [PATCH] Remove response code doc because it got added elsewhere --- Jellyfin.Api/Controllers/AudioController.cs | 1 - 1 file changed, 1 deletion(-) 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 /// Optional. The index of the video stream to use. If omitted the first video stream will be used. /// Optional. The . /// Optional. The streaming options. - /// Audio file returned. /// A containing the audio file. [HttpGet("{itemId}/{stream=stream}.{container?}")] [HttpGet("{itemId}/stream")]