Extract LastFm.Track and related structs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
defmodule LastFm.Artist do
|
||||
defstruct [:musicbrainz_id, :name]
|
||||
end
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
defmodule LastFm.Artist do
|
||||
defstruct [:musicbrainz_id, :name]
|
||||
end
|
||||