Remove unneeded Ok calls.
This commit is contained in:
parent
98224dee9e
commit
1223eb5a22
|
@ -49,7 +49,7 @@ namespace Jellyfin.Api.Controllers
|
|||
return NotFound();
|
||||
}
|
||||
|
||||
return Ok(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user