1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Updated config page titles

This commit is contained in:
kay.one
2011-11-26 22:02:32 -08:00
parent 5c04d14c70
commit 66e6503e5a
8 changed files with 20 additions and 48 deletions
@@ -27,11 +27,5 @@ namespace NzbDrone.Web.Controllers
return PartialView(new FooterModel { BuildTime = _enviromentProvider.BuildDateTime, Version = _enviromentProvider.Version });
}
[ChildActionOnly]
public ActionResult LocalSearch()
{
return PartialView();
}
}
}