mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
Added series update notification.
This commit is contained in:
parent
76dee4aff2
commit
76379341a7
28 changed files with 881 additions and 6587 deletions
|
@ -21,7 +21,7 @@ namespace NzbDrone.Web.Controllers
|
|||
[HttpGet]
|
||||
public JsonResult Index()
|
||||
{
|
||||
return Json(_notifications.ProgressNotifications, JsonRequestBehavior.AllowGet);
|
||||
return Json(_notifications.GetProgressNotifications, JsonRequestBehavior.AllowGet);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue