mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Better ajax notification for queued jobs.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user