mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
parent
35f2f56757
commit
a4ad5c8d11
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ initializeWindows = function() {
|
||||||
var hashes = torrentsTable.selectedRowsIds();
|
var hashes = torrentsTable.selectedRowsIds();
|
||||||
if (hashes.length) {
|
if (hashes.length) {
|
||||||
new Request({
|
new Request({
|
||||||
url: 'api/v2/toggleSequentialDownload',
|
url: 'api/v2/torrents/toggleSequentialDownload',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: {
|
data: {
|
||||||
hashes: hashes.join("|")
|
hashes: hashes.join("|")
|
||||||
|
@ -219,7 +219,7 @@ initializeWindows = function() {
|
||||||
var hashes = torrentsTable.selectedRowsIds();
|
var hashes = torrentsTable.selectedRowsIds();
|
||||||
if (hashes.length) {
|
if (hashes.length) {
|
||||||
new Request({
|
new Request({
|
||||||
url: 'api/v2/toggleFirstLastPiecePrio',
|
url: 'api/v2/torrents/toggleFirstLastPiecePrio',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: {
|
data: {
|
||||||
hashes: hashes.join("|")
|
hashes: hashes.join("|")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue