mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Existing series view loads again
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Api.RootFolders
|
||||
|
||||
private List<RootFolderResource> GetRootFolders()
|
||||
{
|
||||
return ApplyToList(_rootFolderService.All);
|
||||
return ApplyToList(_rootFolderService.AllWithUnmappedFolders);
|
||||
}
|
||||
|
||||
private void DeleteFolder(int id)
|
||||
|
Reference in New Issue
Block a user