mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user