mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Add missing semicolon
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
$('renameButton').disabled = true;
|
$('renameButton').disabled = true;
|
||||||
|
|
||||||
const parentPath = window.qBittorrent.Filesystem.folderName(oldPath)
|
const parentPath = window.qBittorrent.Filesystem.folderName(oldPath);
|
||||||
const newPath = parentPath
|
const newPath = parentPath
|
||||||
? parentPath + window.qBittorrent.Filesystem.PathSeparator + newName
|
? parentPath + window.qBittorrent.Filesystem.PathSeparator + newName
|
||||||
: newName;
|
: newName;
|
||||||
|
|||||||
Reference in New Issue
Block a user