コード例 #1
0
ファイル: AdminController.cs プロジェクト: jamesb2147/Jackett
        public IHttpActionResult TriggerUpdates()
        {
            var jsonReply = new JObject();

            updater.CheckForUpdatesNow();
            return(Json(jsonReply));
        }
コード例 #2
0
 public void Update() => updater.CheckForUpdatesNow();