Add missing semicolon

This commit is contained in:
Chocobo1
2021-03-06 14:43:13 +08:00
committed by sledgehammer999
parent b45fb74e01
commit 9c55600d81

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;