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