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

@ -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