mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02: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