Wishlist missing records from the artist page

This commit is contained in:
Claudio Ortolina
2025-04-08 20:54:04 +01:00
parent eafedb13d6
commit a836782016
6 changed files with 181 additions and 54 deletions
+1
View File
@@ -53,6 +53,7 @@ defmodule MusicLibraryWeb.Router do
live "/wishlist/:id/show/edit", WishlistLive.Show, :edit
live "/artists/:musicbrainz_id", ArtistLive.Show, :show
live "/artists/:musicbrainz_id/import", ArtistLive.Show, :import
end
end