add artist-names to the filter

This commit is contained in:
sakrecoer 2026-09-03 13:25:47 +02:00
parent 25c0cfc226
commit 67f08a3670

View file

@ -15,8 +15,11 @@ function shuffleArray(array) {
// Artist filter list // Artist filter list
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