Add missing semicolon

This commit is contained in:
Chocobo1 2021-03-06 14:43:13 +08:00
parent 3a49c8f2da
commit 9a567721a8
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

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;