mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
Use proper request method
This commit is contained in:
@@ -447,7 +447,7 @@
|
||||
new Request.JSON({
|
||||
url: 'api/v2/rss/items',
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
data: {
|
||||
withData: true
|
||||
},
|
||||
|
||||
@@ -442,7 +442,7 @@ Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also
|
||||
new Request.JSON({
|
||||
url: 'api/v2/rss/items',
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
data: {
|
||||
withData: false
|
||||
},
|
||||
@@ -630,7 +630,7 @@ Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also
|
||||
new Request.JSON({
|
||||
url: 'api/v2/rss/matchingArticles',
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
data: {
|
||||
ruleName: ruleName
|
||||
},
|
||||
|
||||
@@ -647,7 +647,7 @@
|
||||
new Request.JSON({
|
||||
url: url,
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
data: {
|
||||
id: activeSearchId,
|
||||
limit: maxResults,
|
||||
|
||||
Reference in New Issue
Block a user