From 081fb816b56ff3346d6891bd99c95b31a78e20ee Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 1 Jun 2019 12:45:52 +0200 Subject: [PATCH] Fix error in example renaming script --- resources/scripts/renamefiles/example1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {