Display dominant colors from the db

This commit is contained in:
Claudio Ortolina
2025-06-07 20:07:23 +01:00
parent 8a2fda5f73
commit c5e47cbc8c
7 changed files with 65 additions and 4 deletions
+8
View File
@@ -44,6 +44,14 @@ defmodule MusicLibrary.RecordsTest do
assert record.cover_hash ==
"599407DDF69907D4A60FE13CCAA824D25CF08DC124FD6AA3E8E7ECD98C885FFE"
assert record.dominant_colors == [
"#000000",
"#C0C0C0",
"#C08080",
"#404000",
"#804040"
]
end
test "it queues a task to retrieve artist info data" do