Replace /scrobble/:release_id with nested route

This commit is contained in:
Claudio Ortolina
2026-04-23 14:39:26 +01:00
parent d8041dc0dd
commit 0dcd6eab83
8 changed files with 137 additions and 606 deletions
+1
View File
@@ -112,6 +112,7 @@ defmodule MusicLibraryWeb.Router do
live "/scrobble", ScrobbleLive.Index, :index
live "/scrobble/:rg_id", ScrobbleLive.ReleaseGroupShow, :show
live "/scrobble/:rg_id/releases/:release_id", ScrobbleLive.ReleaseShow, :show
live "/maintenance", MaintenanceLive.Index, :index
end