mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed some issues around EF and log view
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Web.Controllers
|
||||
}
|
||||
|
||||
[GridAction]
|
||||
public ActionResult _AjaxBinding()
|
||||
public ActionResult AjaxBinding()
|
||||
{
|
||||
return View(new GridModel(_logProvider.GetAllLogs()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user