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