Fix error in example renaming script

This commit is contained in:
Martchus 2019-06-01 12:45:52 +02:00
parent de558048ce
commit 081fb816b5
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {