diff --git a/NzbDrone.Web/Controllers/SettingsController.cs b/NzbDrone.Web/Controllers/SettingsController.cs index 4d1390378..51c8e3cff 100644 --- a/NzbDrone.Web/Controllers/SettingsController.cs +++ b/NzbDrone.Web/Controllers/SettingsController.cs @@ -68,7 +68,7 @@ namespace NzbDrone.Web.Controllers public ActionResult Index() { - return RedirectToAction("Indexers"); + return View(); } public ActionResult Indexers() diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj index e41fcd79c..3f9a9223d 100644 --- a/NzbDrone.Web/NzbDrone.Web.csproj +++ b/NzbDrone.Web/NzbDrone.Web.csproj @@ -518,6 +518,12 @@ EditorLocalization.en-US.designer.cs + + + + + +