mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed most of the broken tests
This commit is contained in:
parent
34038245eb
commit
7ed148b12c
31 changed files with 293 additions and 297 deletions
|
@ -23,7 +23,7 @@ namespace NzbDrone.Api.RootFolders
|
|||
|
||||
private Response AddRootFolder()
|
||||
{
|
||||
var dir = _rootFolderService.Add(Request.Body.FromJson<RootDir>());
|
||||
var dir = _rootFolderService.Add(Request.Body.FromJson<RootFolder>());
|
||||
return dir.AsResponse(HttpStatusCode.Created);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue