EXP - scrobble anything

This commit is contained in:
Claudio Ortolina
2025-09-24 08:55:42 +03:00
parent 03a57823dc
commit e9e4752bce
9 changed files with 1676 additions and 0 deletions
+3
View File
@@ -71,6 +71,9 @@ defmodule MusicLibraryWeb.Router do
live "/scrobbled-tracks", ScrobbledTracksLive.Index, :index
live "/scrobbled-tracks/:scrobbled_at_uts/edit", ScrobbledTracksLive.Index, :edit
live "/scrobble", ScrobbleLive.Index, :index
live "/scrobble/:release_id", ScrobbleLive.Show, :show
end
end
end