Rename to WebUI

PR #20428.
This commit is contained in:
Chocobo1 2024-02-18 13:58:44 +08:00 committed by GitHub
parent 3d24a4e0f7
commit 63c9b6388e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 19 additions and 19 deletions

View file

@ -752,7 +752,7 @@ window.addEventListener("DOMContentLoaded", function() {
const torrents = response['trackers'][tracker];
const hash = window.qBittorrent.Client.genHash(getHost(tracker));
// the reason why we need the merge here is because the web ui api returned trackers may have different url for the same tracker host.
// the reason why we need the merge here is because the WebUI api returned trackers may have different url for the same tracker host.
// for example, some private trackers use diff urls for each torrent from the same tracker host.
// then we got the response of `trackers` from qBittorrent api will like:
// {