From 44c4746b24dbbeb22028ed13df91af407b000ec0 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Wed, 20 Oct 2021 22:05:15 +0300 Subject: [PATCH] update placeholder song list --- public/index.js | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/public/index.js b/public/index.js index c04192d..d24b697 100644 --- a/public/index.js +++ b/public/index.js @@ -140,15 +140,35 @@ window.onload = () => { setTheme(document.getElementById('theme-switch').checked ? 'dark' : 'light'); }); + // list of based music const placeholders = [ 'xilent - we are dust', 'joyryde - brave', 'phaseone - the risen ep', - 'blanke & godlands - hellraiser', + // 'blanke & godlands - hellraiser', // deemix search sucks and this doesnt actually work 'camellia - blackmagik blazing', 't+pazolite - without permission', 'the brig - vindicate', - 'bossfight - next wave' + 'bossfight - next wave', + 'matt doe - g.a.s.', + 'virtual riot - save yourself ep', + 'panda eyes - hold on', + 'clockvice - disgrace', + 'scheme - quake', + 'eliminate - belly of the beast ep', + 'apriskah - mistakes ep', + 'dog blood - turn off the lights', + 'silentroom - memory waves', + 'metaroom - metadata', + 'prismo - nightmare', + 'ray volpe - rise of the volpetron', + 'eliminate - mula', + 'vorso - full tilt', + 'billiummoto - link(init)', + 'voltra - radar dx', + 'zomboy - end game', + 'dr. ozi - host ep', + 'nitepunk - absolute zero', ]; const search = document.getElementById('album-search');