Can refresh cover for a record in the collection

This commit is contained in:
Claudio Ortolina
2024-11-19 11:25:11 +00:00
parent cc1d2e3b0f
commit 09f3563134
5 changed files with 52 additions and 16 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ defmodule MusicLibrary.Records do
record
|> Record.add_cover_data(thumb_data)
|> Repo.update!()
|> Repo.update()
end
end