Added series update notification.

This commit is contained in:
Keivan 2010-10-11 19:49:27 -07:00
parent 76dee4aff2
commit 76379341a7
28 changed files with 881 additions and 6587 deletions

View file

@ -21,7 +21,7 @@ namespace NzbDrone.Web.Controllers
[HttpGet]
public JsonResult Index()
{
return Json(_notifications.ProgressNotifications, JsonRequestBehavior.AllowGet);
return Json(_notifications.GetProgressNotifications, JsonRequestBehavior.AllowGet);
}
}