mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Better ajax notification for queued jobs.
This commit is contained in:
parent
39be4c567d
commit
3aa0a8f9ee
4 changed files with 19 additions and 11 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue