mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Web API: rename 'json' scope to 'query'
This commit is contained in:
@@ -289,7 +289,7 @@ var loadTorrentFilesData = function() {
|
||||
fTable.removeAllRows();
|
||||
current_hash = new_hash;
|
||||
}
|
||||
var url = 'json/propertiesFiles/' + current_hash;
|
||||
var url = 'query/propertiesFiles/' + current_hash;
|
||||
var request = new Request.JSON({
|
||||
url: url,
|
||||
noCache: true,
|
||||
|
||||
Reference in New Issue
Block a user