mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Existing series view loads again
This commit is contained in:
parent
687f8d9384
commit
525963f2a6
6 changed files with 45 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue