diff --git a/src/webui/www/private/scripts/dynamicTable.js b/src/webui/www/private/scripts/dynamicTable.js index 13480ab24..8d075490e 100644 --- a/src/webui/www/private/scripts/dynamicTable.js +++ b/src/webui/www/private/scripts/dynamicTable.js @@ -3245,7 +3245,7 @@ window.qBittorrent.DynamicTable ??= (() => { if (!tr) return; - const { name, torrentURL } = this._this.rows.get(this.rowId).full_data; + const { name, torrentURL } = this.getRow(tr.rowId).full_data; qBittorrent.Client.createAddTorrentWindow(name, torrentURL); }); }