Remove unneeded Ok calls.

pull/2926/head
crobibero 5 years ago
parent 98224dee9e
commit 1223eb5a22

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

Loading…
Cancel
Save