Better ajax notification for queued jobs.

This commit is contained in:
kay.one 2012-02-26 13:47:04 -08:00
parent 39be4c567d
commit 3aa0a8f9ee
4 changed files with 19 additions and 11 deletions

View file

@ -79,7 +79,7 @@ namespace NzbDrone.Web.Controllers
//Queue a job to download the replacement episode
_jobProvider.QueueJob(typeof(EpisodeSearchJob), episodeId);
return JsonNotificationResult.Info("Episode Redownload Started");
return JsonNotificationResult.Queued("Episode search");
}
}
}