mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed dynamic jobs with single property
This commit is contained in:
parent
f9370a8aec
commit
887456b337
5 changed files with 9 additions and 9 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue