Extract LastFm.Track and related structs

This commit is contained in:
Claudio Ortolina
2024-11-04 09:25:43 +00:00
parent 1abcc5e6ad
commit 7e4e57f6ac
6 changed files with 1135 additions and 61 deletions
+3
View File
@@ -0,0 +1,3 @@
defmodule LastFm.Artist do
defstruct [:musicbrainz_id, :name]
end