mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
@@ -120,9 +120,9 @@ const initializeWindows = function() {
|
||||
const id = 'downloadPage';
|
||||
let contentUrl = 'download.html';
|
||||
if (urls && (urls.length > 0)) {
|
||||
contentUrl += ('?urls=' + urls.map(function(url) {
|
||||
contentUrl += ('?urls=' + encodeURIComponent(urls.map(function(url) {
|
||||
return encodeURIComponent(url);
|
||||
}).join("|"));
|
||||
}).join("|")));
|
||||
}
|
||||
|
||||
new MochaUI.Window({
|
||||
|
||||
Reference in New Issue
Block a user