Update artists when refreshing MusicBrainz data

This commit is contained in:
Claudio Ortolina
2025-06-04 15:57:25 +01:00
parent 5b7b0c8d2e
commit fd997e853f
6 changed files with 66 additions and 37 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ defmodule MusicLibrary.Artists.Artist do
field :name, :string
field :sort_name, :string
field :disambiguation, :string
field :joinphrase, :string, default: " and "
field :joinphrase, :string, default: ""
end
def changeset(artist, attrs) do