Move Artist and ArtistInfo under Artists context

This commit is contained in:
Claudio Ortolina
2025-05-23 20:11:57 +01:00
parent 83fb9a01b3
commit b44693b022
8 changed files with 12 additions and 9 deletions
@@ -315,7 +315,7 @@ defmodule MusicLibraryWeb.CollectionLive.IndexTest do
[marillion] = record.artists
assert %MusicLibrary.Records.Artist{
assert %MusicLibrary.Artists.Artist{
name: "Marillion",
sort_name: "Marillion",
disambiguation: "British progressive rock band",
@@ -420,7 +420,7 @@ defmodule MusicLibraryWeb.CollectionLive.IndexTest do
[marillion] = record.artists
assert %MusicLibrary.Records.Artist{
assert %MusicLibrary.Artists.Artist{
name: "Marillion",
sort_name: "Marillion",
disambiguation: "British progressive rock band",