Standardize fetch_* to refresh_* in Artists context

Closes #132
This commit is contained in:
Claudio Ortolina
2026-03-25 11:52:43 +00:00
parent e4eccf4606
commit 0ccaf46ebd
8 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ defmodule MusicLibrary.Records do
record
|> Record.artist_ids()
|> Enum.each(fn artist_id ->
Artists.fetch_artist_info_async(artist_id)
Artists.refresh_artist_info_async(artist_id)
end)
{:ok, record}