Fix incorrect variable assignment.
This commit is contained in:
parent
da4462b46a
commit
b4c5fa64cc
@ -195,7 +195,7 @@ function migrate_music {
|
||||
# Prefer Artist, then Band, then Albumartist
|
||||
grandparent=""
|
||||
if [[ -n $album ]]; then
|
||||
grandparent="$album"
|
||||
grandparent="$artist"
|
||||
elif [[ -n $band ]]; then
|
||||
grandparent="$band"
|
||||
elif [[ -n $album_artist ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user