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
|
# Prefer Artist, then Band, then Albumartist
|
||||||
grandparent=""
|
grandparent=""
|
||||||
if [[ -n $album ]]; then
|
if [[ -n $album ]]; then
|
||||||
grandparent="$album"
|
grandparent="$artist"
|
||||||
elif [[ -n $band ]]; then
|
elif [[ -n $band ]]; then
|
||||||
grandparent="$band"
|
grandparent="$band"
|
||||||
elif [[ -n $album_artist ]]; then
|
elif [[ -n $album_artist ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user