diff options
Diffstat (limited to 'upd8.js')
-rw-r--r-- | upd8.js | 8 |
1 files changed, 0 insertions, 8 deletions
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'); |