mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Add missing semicolon
This commit is contained in:
parent
3a49c8f2da
commit
9a567721a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue