mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
@@ -386,7 +386,7 @@
|
|||||||
const downloadSearchTorrent = function() {
|
const downloadSearchTorrent = function() {
|
||||||
const urls = [];
|
const urls = [];
|
||||||
searchResultsTable.selectedRowsIds().each(function(rowId) {
|
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
|
// only proceed if at least 1 row was selected
|
||||||
|
|||||||
Reference in New Issue
Block a user