Don't apply fallback cover when refreshing it

So that we don't accidentally override a user-uploaded cover with the
fallback one.
This commit is contained in:
Claudio Ortolina
2024-11-21 17:57:49 +00:00
parent d09212dabb
commit 4581666282
6 changed files with 27 additions and 10 deletions
@@ -78,7 +78,7 @@ defmodule MusicLibraryWeb.CollectionLive.Show do
socket
|> put_flash(
:error,
gettext("Error refreshing MusicBrainz data") <> "," <> inspect(reason)
gettext("Error refreshing cover") <> "," <> inspect(reason)
)}
end
end