mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
parent
3d24a4e0f7
commit
63c9b6388e
7 changed files with 19 additions and 19 deletions
|
@ -752,7 +752,7 @@ window.addEventListener("DOMContentLoaded", function() {
|
||||||
const torrents = response['trackers'][tracker];
|
const torrents = response['trackers'][tracker];
|
||||||
const hash = window.qBittorrent.Client.genHash(getHost(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.
|
// 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:
|
// then we got the response of `trackers` from qBittorrent api will like:
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue