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
+2 -1
View File
@@ -188,7 +188,8 @@ defmodule MusicLibrary.Records.Record do
name: artist["name"],
musicbrainz_id: artist["id"],
sort_name: artist["sort-name"],
disambiguation: artist["disambiguation"]
disambiguation: artist["disambiguation"],
joinphrase: artist["joinphrase"]
}
end)