From f6972cdab89efeb7792f740f97f6685ad904f82b Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sun, 21 Jun 2020 09:33:46 -0600 Subject: [PATCH] Update Jellyfin.Api/Controllers/ItemRefreshController.cs Co-authored-by: David --- Jellyfin.Api/Controllers/ItemRefreshController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Controllers/ItemRefreshController.cs b/Jellyfin.Api/Controllers/ItemRefreshController.cs index f10f9fb3d8..e527e54107 100644 --- a/Jellyfin.Api/Controllers/ItemRefreshController.cs +++ b/Jellyfin.Api/Controllers/ItemRefreshController.cs @@ -49,7 +49,7 @@ namespace Jellyfin.Api.Controllers /// (Unused) Indicates if the refresh should occur recursively. /// Item metadata refresh queued. /// Item to refresh not found. - /// An on success, or a if the item could not be found. + /// An on success, or a if the item could not be found. [HttpPost("{itemId}/Refresh")] [Description("Refreshes metadata for an item.")] [ProducesResponseType(StatusCodes.Status204NoContent)]