mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed dynamic jobs with single property
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user