mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04: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