mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Moved Jobs to their own folder.
This commit is contained in:
parent
cc8c70d7f5
commit
fabc4c84bd
52 changed files with 124 additions and 132 deletions
|
@ -52,11 +52,6 @@ namespace NzbDrone.Web.Controllers
|
|||
_seriesProvider = seriesProvider;
|
||||
}
|
||||
|
||||
public ActionResult Test()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public JsonResult TestResults(string q)
|
||||
{
|
||||
var results = new List<TvDbSearchResultModel>();
|
||||
|
@ -312,10 +307,6 @@ namespace NzbDrone.Web.Controllers
|
|||
return new JsonResult { Data = "ok" };
|
||||
}
|
||||
|
||||
public ActionResult SubMenu()
|
||||
{
|
||||
return PartialView();
|
||||
}
|
||||
|
||||
public QualityModel GetUpdatedProfileList()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue