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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user