Add a release tracked badge to records in lists

This commit is contained in:
Claudio Ortolina
2026-04-02 11:52:07 +01:00
parent b3af5be00d
commit 3f7da55e50
9 changed files with 374 additions and 14 deletions
@@ -26,6 +26,7 @@ defmodule MusicLibrary.Records.SearchIndex do
field :cover_hash, :string
field :release_ids, {:array, :string}, default: []
field :included_release_group_ids, {:array, :string}, default: []
field :selected_release_id, :string
embeds_many :artists, Artist