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