mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Settings is now a single page with tabs.
This commit is contained in:
parent
e01be46209
commit
852a141c21
11 changed files with 415 additions and 430 deletions
|
@ -68,7 +68,7 @@ namespace NzbDrone.Web.Controllers
|
|||
|
||||
public ActionResult Index()
|
||||
{
|
||||
return RedirectToAction("Indexers");
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Indexers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue