Skip to content

Commit

Permalink
Fix LastfmArtistProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
softworkz committed Nov 24, 2016
1 parent b5d85e3 commit a0e036a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void ProcessArtistData(MusicArtist artist, LastfmArtist data, string mus
}
if (!string.IsNullOrEmpty(data.bio.placeformed) && !artist.LockedFields.Contains(MetadataFields.ProductionLocations))
{
artist.AddProductionLocation(data.bio.placeformed);
artist.ProductionLocations.Add(data.bio.placeformed);
}
}

Expand Down

0 comments on commit a0e036a

Please sign in to comment.