Remove unneeded Ok calls.

This commit is contained in:
crobibero 2020-04-23 08:03:41 -06:00
parent 98224dee9e
commit 1223eb5a22
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace Jellyfin.Api.Controllers
return NotFound(); return NotFound();
} }
return Ok(result); return result;
} }
/// <summary> /// <summary>