diff --git a/refactor_music_library.sh b/refactor_music_library.sh index 6e46971..6b396b3 100755 --- a/refactor_music_library.sh +++ b/refactor_music_library.sh @@ -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