mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Added Tests for CentralDispatch
This commit is contained in:
parent
c339ea6ba2
commit
6393d0a3f9
15 changed files with 133 additions and 32 deletions
|
@ -33,7 +33,7 @@ namespace NzbDrone.Web.Controllers
|
|||
|
||||
public ActionResult Indexers()
|
||||
{
|
||||
return View(_indexerProvider.GetAllISettings());
|
||||
return View(_indexerProvider.All());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue