Add missing semicolon

This commit is contained in:
Chocobo1
2021-03-06 14:43:13 +08:00
parent 3a49c8f2da
commit 9a567721a8

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;