mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
stuff we did :D
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Api.RootFolders
|
||||
|
||||
private List<RootFolderResource> GetRootFolders()
|
||||
{
|
||||
return Apply(_rootFolderService.All);
|
||||
return ApplyToList(_rootFolderService.All);
|
||||
}
|
||||
|
||||
private void DeleteFolder(int id)
|
||||
|
Reference in New Issue
Block a user