mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Cleaned up per comments
This commit is contained in:
parent
4d101cc6dc
commit
af6e3ddb66
13 changed files with 41 additions and 36 deletions
|
@ -54,7 +54,8 @@ namespace NzbDrone.Api.REST
|
|||
{
|
||||
ValidateId(options.Id);
|
||||
DeleteResource((int)options.Id);
|
||||
return new Response { StatusCode = HttpStatusCode.OK };
|
||||
|
||||
return new object().AsResponse();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue