mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
more root dir UI cleanup
This commit is contained in:
parent
c65b0a68b0
commit
9deea44c87
11 changed files with 1181 additions and 285 deletions
|
@ -242,10 +242,15 @@ namespace NzbDrone.Web.Controllers
|
|||
}
|
||||
|
||||
|
||||
public ActionResult RootDir()
|
||||
public ActionResult RootList()
|
||||
{
|
||||
var rootDir = _rootFolderProvider.GetAll().Select(c => c.Path);
|
||||
return PartialView("RootDir", rootDir);
|
||||
return PartialView("RootList", rootDir);
|
||||
}
|
||||
|
||||
public ActionResult RootDir()
|
||||
{
|
||||
return PartialView("RootDir");
|
||||
}
|
||||
|
||||
public JsonResult DeleteRootDir(string path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue