Move all chat related code under chats

This commit is contained in:
Claudio Ortolina
2026-03-17 14:30:24 +00:00
parent 5eb7ccd837
commit 63c95ff1e2
8 changed files with 12 additions and 12 deletions
@@ -496,7 +496,7 @@ defmodule MusicLibraryWeb.ArtistLive.Show do
title={@artist.name}
entity={:artist}
musicbrainz_id={@artist.musicbrainz_id}
chat_module={MusicLibrary.ArtistChat}
chat_module={MusicLibrary.Chats.ArtistChat}
chat_context={{@artist, @artist_info}}
placeholder={gettext("Ask about this artist...")}
empty_prompt={gettext("Ask anything about this artist")}