mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04: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