diff --git a/resources/scripts/renamefiles/example1.js b/resources/scripts/renamefiles/example1.js index 4c90fb5..7d4816f 100644 --- a/resources/scripts/renamefiles/example1.js +++ b/resources/scripts/renamefiles/example1.js @@ -197,7 +197,7 @@ if (isPartOfCollection(tag)) { } else if (notEmpty(artist)) { path.push(artist) } else { - path.push(misc) + path.push(miscDir) } var album = validDirectoryName(tag.album) if (notEmpty(album)) {