Allow manual upload of artist image

This commit is contained in:
Claudio Ortolina
2025-07-06 16:57:30 +01:00
parent 97950e3ad5
commit f57485e509
7 changed files with 254 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ defmodule MusicLibraryWeb.Router do
live "/artists/:musicbrainz_id", ArtistLive.Show, :show
live "/artists/:musicbrainz_id/import", ArtistLive.Show, :import
live "/artists/:musicbrainz_id/edit", ArtistLive.Show, :edit
live "/scrobble-rules", ScrobbleRulesLive.Index, :index
live "/scrobble-rules/new", ScrobbleRulesLive.Index, :new