From 67f08a36701fd9e93e653b3b40c5e5fdff961ec3 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Thu, 3 Sep 2026 13:25:47 +0200 Subject: [PATCH] add artist-names to the filter --- themes/one-pager/assets/js/scripts.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/one-pager/assets/js/scripts.js b/themes/one-pager/assets/js/scripts.js index e6b6e5e..4c36a1c 100644 --- a/themes/one-pager/assets/js/scripts.js +++ b/themes/one-pager/assets/js/scripts.js @@ -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