mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -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
|
@ -36,7 +36,7 @@ namespace NzbDrone.Web.Controllers
|
|||
|
||||
public ActionResult StartUpdate()
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(AppUpdateJob), 0, 0);
|
||||
_jobProvider.QueueJob(typeof(AppUpdateJob));
|
||||
|
||||
return JsonNotificationResult.Info("Update will begin shortly", "NzbDrone will restart automatically.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue