mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
parent
9cb3a6d29e
commit
7006afc611
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@
|
|||
const downloadSearchTorrent = function() {
|
||||
const urls = [];
|
||||
searchResultsTable.selectedRowsIds().each(function(rowId) {
|
||||
urls.push(encodeURIComponent(searchResultsTable.rows.get(rowId).full_data.fileUrl));
|
||||
urls.push(searchResultsTable.rows.get(rowId).full_data.fileUrl);
|
||||
});
|
||||
|
||||
// only proceed if at least 1 row was selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue