mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added series update notification.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace NzbDrone.Web.Controllers
|
||||
[HttpGet]
|
||||
public JsonResult Index()
|
||||
{
|
||||
return Json(_notifications.ProgressNotifications, JsonRequestBehavior.AllowGet);
|
||||
return Json(_notifications.GetProgressNotifications, JsonRequestBehavior.AllowGet);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user