mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Fixed dynamic jobs with single property
This commit is contained in:
@@ -90,7 +90,7 @@ namespace NzbDrone.Web.Controllers
|
||||
_historyProvider.Delete(historyId);
|
||||
|
||||
//Queue a job to download the replacement episode
|
||||
_jobProvider.QueueJob(typeof(EpisodeSearchJob), episodeId);
|
||||
_jobProvider.QueueJob(typeof(EpisodeSearchJob), new { EpisodeId = episodeId });
|
||||
|
||||
return JsonNotificationResult.Queued("Episode search");
|
||||
}
|
||||
|
Reference in New Issue
Block a user