1
0
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:
kay.one
2011-11-22 22:41:38 -08:00
parent 9e37c894dd
commit 6e227f572d
7 changed files with 10 additions and 13490 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace NzbDrone.Web.Controllers
}
[GridAction]
public ActionResult _AjaxBinding()
public ActionResult AjaxBinding()
{
return View(new GridModel(_logProvider.GetAllLogs()));
}