Scrobbled tracks CRUD

- Failing tests
- Warnings
This commit is contained in:
Claudio Ortolina
2025-09-03 11:57:56 +03:00
parent 59b00502d3
commit dae334b1b7
18 changed files with 1735 additions and 17 deletions
+1
View File
@@ -50,6 +50,7 @@ defmodule LastFm.Artist do
:on_tour,
:base_url
])
|> validate_required([:name])
end
def events_url(artist) do