Add missing semicolon

This commit is contained in:
Chocobo1 2021-03-06 14:43:13 +08:00 committed by sledgehammer999
commit 9c55600d81
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -58,7 +58,7 @@
$('renameButton').disabled = true;
const parentPath = window.qBittorrent.Filesystem.folderName(oldPath)
const parentPath = window.qBittorrent.Filesystem.folderName(oldPath);
const newPath = parentPath
? parentPath + window.qBittorrent.Filesystem.PathSeparator + newName
: newName;