add artist-names to the filter
This commit is contained in:
parent
25c0cfc226
commit
67f08a3670
1 changed files with 5 additions and 2 deletions
|
|
@ -15,8 +15,11 @@ function shuffleArray(array) {
|
|||
// Artist filter list
|
||||
const allowedArtists = [
|
||||
'徒 Setto セット',
|
||||
'Settoshi Tonami',
|
||||
'Sethy Bowoy'
|
||||
'Settoshi Tonami',
|
||||
'Sethy Bowoy',
|
||||
'reSet Sakrecoer',
|
||||
'Sakrecoer'
|
||||
'Vigesimal'
|
||||
];
|
||||
|
||||
// Function to check if a track is by an allowed artist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue