Show country flag for artist

This commit is contained in:
Claudio Ortolina
2025-04-29 09:58:06 +01:00
parent 91a00fab94
commit f1dd45e438
10 changed files with 79 additions and 7 deletions
+7
View File
@@ -6,4 +6,11 @@ defmodule Discogs.Fixtures.Artist do
|> File.read!()
|> JSON.decode!()
end
def image_data do
Path.join([@fixtures_folder, "steven wilson.jpeg"])
|> File.read!()
end
def image_width, do: 225
end
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB