mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
TopSlider added for local series searching!
Should be easy to add others (would want to have it close other open ones, I think).
This commit is contained in:
@@ -25,5 +25,11 @@ namespace NzbDrone.Web.Controllers
|
||||
ViewData["RssTimer"] = _jobProvider.NextScheduledRun(typeof(RssSyncJob)).ToString("yyyyMMddHHmmss");
|
||||
return PartialView();
|
||||
}
|
||||
|
||||
[ChildActionOnly]
|
||||
public ActionResult LocalSearch()
|
||||
{
|
||||
return PartialView();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user