Fix incorrect variable assignment.

This commit is contained in:
Hyperling 2025-03-19 07:55:05 -07:00
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