mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
WebUI: Fix bug where the 'Tracker editing' dialog displays incorrect data
This commit is contained in:
parent
6e1b5ec18b
commit
b8198ceb80
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ window.qBittorrent.PropTrackers ??= (() => {
|
|||
if (current_hash.length === 0)
|
||||
return;
|
||||
|
||||
const trackerUrl = encodeURIComponent(element.childNodes[1].textContent);
|
||||
const trackerUrl = encodeURIComponent(torrentTrackersTable.selectedRowsIds()[0]);
|
||||
new MochaUI.Window({
|
||||
id: "trackersPage",
|
||||
icon: "images/qbittorrent-tray.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue