We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fbd61 commit e5026e4Copy full SHA for e5026e4
src/webui/www/private/scripts/dynamicTable.js
@@ -3245,7 +3245,7 @@ window.qBittorrent.DynamicTable ??= (() => {
3245
if (!tr)
3246
return;
3247
3248
- const { name, torrentURL } = this._this.rows.get(this.rowId).full_data;
+ const { name, torrentURL } = this.getRow(tr.rowId).full_data;
3249
qBittorrent.Client.createAddTorrentWindow(name, torrentURL);
3250
});
3251
}
0 commit comments