Skip to content

Commit

Permalink
Merge pull request metabrainz#662 from metabrainz/samj1912-patch-1
Browse files Browse the repository at this point in the history
PICARD-1029: Fix typo in artist_credit_to_metadata
  • Loading branch information
zas authored Mar 23, 2017
2 parents a7e0d71 + 01f7e6e commit b3ceb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/mbxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def artist_credit_to_metadata(node, m, release=False):
m["artist"] = artist
m["artistsort"] = artistsort
m["artists"] = artists
m["~artists_sort"] = artistsort
m["~artists_sort"] = artistssort


def country_list_from_node(node):
Expand Down

0 comments on commit b3ceb9f

Please sign in to comment.