mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed import new series being stuck in a loop if an update failed
Seperated IndexerProviderTest from ProviderTests Fixed some ToString() issues Refactored IndexerBase/IndexerProvider
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Web.Controllers
|
||||
|
||||
public ActionResult Indexers()
|
||||
{
|
||||
return View(_indexerProvider.All());
|
||||
return View(_indexerProvider.GetAllISettings());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user