mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
@@ -27,7 +27,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
const oldPath = new URI().getData("oldPath");
|
||||
const oldPath = new URLSearchParams(window.location.search).get("oldPath");
|
||||
|
||||
$("rename").value = oldPath;
|
||||
$("rename").focus();
|
||||
|
||||
Reference in New Issue
Block a user