mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Merge pull request #2445 from buinsky/WebUI3
Web API: rename 'json' scope to 'query'
This commit is contained in:
@@ -636,7 +636,7 @@ time_padding = function(val) {
|
||||
}
|
||||
|
||||
loadPreferences = function() {
|
||||
var url = 'json/preferences';
|
||||
var url = 'query/preferences';
|
||||
var request = new Request.JSON({
|
||||
url: url,
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user