mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Changed: Don't return unmapped folders on rootfolder API call. Massively improves loading time. (#3116)
This commit is contained in:
committed by
Leonardo Galli
parent
95fdf38662
commit
623da76d16
@@ -52,7 +52,7 @@ namespace NzbDrone.Api.RootFolders
|
||||
|
||||
private List<RootFolderResource> GetRootFolders()
|
||||
{
|
||||
return _rootFolderService.AllWithUnmappedFolders().ToResource();
|
||||
return _rootFolderService.AllWithSpace().ToResource();
|
||||
}
|
||||
|
||||
private void DeleteFolder(int id)
|
||||
|
||||
Reference in New Issue
Block a user