mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
@@ -26,7 +26,7 @@
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
data: {
|
||||
path: path
|
||||
path: decodeURIComponent(path)
|
||||
},
|
||||
onComplete: (response) => {
|
||||
++completionCount;
|
||||
|
||||
Reference in New Issue
Block a user