mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02: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