Skip to content

Commit

Permalink
musicbrainz IDs are not returned reliably with the existing call stru…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
atl committed Mar 27, 2012
1 parent 1efc04d commit c25e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Artist(Entity):
wraps the artist entity type as described at http://developer.musicmetric.com/timeseries.html
all timeseries are attributes of the form self.<type>_<source>, which sets a dict if there's data
"""
summary_attrs = ("name", "id", "description", "musicbrainz", "previous_rank", "rank")
summary_attrs = ("name", "id", "description", "previous_rank", "rank")
def __init__(self, artistUUID, **kwargs):
"""
creates an artist instance. UUID required(or equivelant 3rd party id with prefix,
Expand Down

0 comments on commit c25e946

Please sign in to comment.