Migrate from embedded covers to assets

This commit is contained in:
Claudio Ortolina
2025-09-01 16:10:50 +03:00
parent cbf567a502
commit dc77d337c0
19 changed files with 80 additions and 144 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ defmodule MusicLibrary.Assets.Asset do
}
end
defp hash(content) do
def hash(content) do
:crypto.hash(:sha256, content) |> Base.encode16()
end
end