Add /scrobble/:rg_id release-group page

This commit is contained in:
Claudio Ortolina
2026-04-23 14:28:05 +01:00
parent 4c48bda7b2
commit d8041dc0dd
6 changed files with 274 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ defmodule MusicLibraryWeb.Router do
live "/scrobbled-tracks/:scrobbled_at_uts/edit", ScrobbledTracksLive.Index, :edit
live "/scrobble", ScrobbleLive.Index, :index
live "/scrobble/:release_id", ScrobbleLive.Show, :show
live "/scrobble/:rg_id", ScrobbleLive.ReleaseGroupShow, :show
live "/maintenance", MaintenanceLive.Index, :index
end