diff --git a/beatport_pro_importer.user.js b/beatport_pro_importer.user.js index 51dab5f..1f32338 100644 --- a/beatport_pro_importer.user.js +++ b/beatport_pro_importer.user.js @@ -105,6 +105,9 @@ function retrieveReleaseInfo(release_url) { } }); + if (unique_artists.length > 4) { + unique_artists = [ 'Various Artists' ]; + } release.artist_credit = MBReleaseImportHelper.makeArtistCredits(unique_artists); release.discs.push( { 'tracks': tracks,