mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
System/Indexers moved to DataTables
This commit is contained in:
@@ -65,7 +65,10 @@ namespace NzbDrone.Web.Controllers
|
||||
|
||||
public ActionResult Indexers()
|
||||
{
|
||||
return View(_indexerProvider.All());
|
||||
var indexers = _indexerProvider.All();
|
||||
var serialized = new JavaScriptSerializer().Serialize(indexers);
|
||||
|
||||
return View((object)serialized);
|
||||
}
|
||||
|
||||
public ActionResult Config()
|
||||
|
Reference in New Issue
Block a user