Import artist joinphrase

This commit is contained in:
Claudio Ortolina
2025-06-03 18:16:47 +01:00
parent 669b144c55
commit 27c1cc0eda
3 changed files with 6 additions and 3 deletions
@@ -102,7 +102,8 @@ defmodule MusicLibrary.Fixtures.Records do
name: name,
musicbrainz_id: artist_uuid(name),
sort_name: name,
disambiguation: name
disambiguation: name,
joinphrase: " and "
}
end