const cmd = "api/v2/torrents/removeTrackers"; new Request({ url: cmd, method: "post", data: { hash: "*", urls: urls, }, onComplete: function() { window.parent.qBittorrent.Client.closeWindows(); } }).send(); }); }); ...
@@ -204,7 +203,7 @@ bool vrpn_Tracker_PhaseSpace::create_trackers() // create trackers int nr = 0; int nm = 0; std::vector<uint32_t> ti; vrpn_vector<uint32_t> ti;// create rigid trackersfor(Sensors::iterator s = smgr->begin(); s != smgr->end(); s++) @@ -540,8 ...