more notification updates

This commit is contained in:
kay.one 2011-04-23 22:48:12 -07:00
parent 0d139f9c21
commit 80d47e611c
10 changed files with 145 additions and 93 deletions

View file

@ -20,7 +20,7 @@ namespace NzbDrone.Web.Controllers
string message = string.Empty;
if (_notifications.GetProgressNotifications.Count != 0)
{
message = _notifications.GetProgressNotifications[0].CurrentStatus;
message = _notifications.GetProgressNotifications[0].CurrentMessage;
}
return Json(message, JsonRequestBehavior.AllowGet);