mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Web API: rename 'json' scope to 'query'
This commit is contained in:
parent
574c57ee18
commit
b30ec46048
6 changed files with 22 additions and 22 deletions
|
@ -29,7 +29,7 @@ var loadTorrentData = function() {
|
|||
}
|
||||
// Display hash
|
||||
$('torrent_hash').set('html', current_hash);
|
||||
var url = 'json/propertiesGeneral/' + current_hash;
|
||||
var url = 'query/propertiesGeneral/' + current_hash;
|
||||
var request = new Request.JSON({
|
||||
url: url,
|
||||
noCache: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue