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