From 7081d795aa80039f1331b1701a1e46c40d92faf3 Mon Sep 17 00:00:00 2001 From: Florrie Date: Mon, 25 May 2020 14:00:59 -0300 Subject: fixes and whatnot!! thank you foreverFlummoxed :D --- upd8.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index bea1163a..ba97dbc9 100644 --- a/upd8.js +++ b/upd8.js @@ -584,14 +584,6 @@ async function processArtistDataFile(file) { const sections = Array.from(getSections(contentLines)); return sections.map(section => { - if (getBasicField(section, 'ACT')) { - act = getBasicField(section, 'ACT'); - theme = { - fg: getBasicField(section, 'FG') - }; - return {act8r8k: true, act, theme}; - } - const name = getBasicField(section, 'Artist'); const urls = (getListField(section, 'URLs') || []).filter(Boolean); const alias = getBasicField(section, 'Alias'); -- cgit 1.3.0-6-gf8a5