diff options
author | Florrie <towerofnix@gmail.com> | 2020-05-25 14:00:59 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2020-05-25 14:00:59 -0300 |
commit | 7081d795aa80039f1331b1701a1e46c40d92faf3 (patch) | |
tree | b320f098b82e1f879c783cb9968aa0bb2bd5e73d /upd8.js | |
parent | d593e0b2dcbf8a68b5e44f06402c6f03b105f34f (diff) |
fixes and whatnot!! thank you foreverFlummoxed :D
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'); |