mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-13 22:37:08 +00:00
Use MBImport.specialArtist()
This commit is contained in:
parent
8e1fcea4f7
commit
e9baa959b7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ var BandcampImport = {
|
|||
// Release artist credit
|
||||
if (bandcampAlbumData.artist.match(/^various(?: artists)?$/i)
|
||||
&& various_artists) {
|
||||
release.artist_credit = MBImport.makeArtistCredits(['Various Artists']);
|
||||
release.artist_credit = [ MBImport.specialArtist('various_artists') ];
|
||||
} else {
|
||||
release.artist_credit = MBImport.makeArtistCredits([bandcampAlbumData.artist]);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue