Serve local cover images

This commit is contained in:
Claudio Ortolina
2024-09-16 09:50:07 +01:00
parent f1160eddd4
commit afc1802399
12 changed files with 92 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ defmodule MusicLibrary.RecordsFixtures do
attrs
|> Enum.into(%{
genres: ["option1", "option2"],
image: "some image",
image_url: "some image url",
musicbrainz_id: "7488a646-e31f-11e4-aace-600308960662",
title: "some title",
type: :album,