mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed most of the broken tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user