Skip to content

Exclude artists by genre #184

Discussion options

You must be logged in to vote

Found it

let Radar = Source.getReleasesByArtists({
                        artists: Source.getArtists({ 
                                  followed_include: true,
                                  exclude: [ //артисты для исключений
                                    { id: '60d24wfXkVzDSfLS6hyCjZ'},  //martin garrix
                                    ],
                                  ban_genres: [
                                     'classic',
                                  ]
                                },
                              ),
                        date: { sinceDays: 7, beforeDays: 0 },
                        type: ['album', 'single'],
                        i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Chimildic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant