« get me outta code hell

fixes and whatnot!! thank you foreverFlummoxed :D - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-05-25 14:00:59 -0300
committerFlorrie <towerofnix@gmail.com>2020-05-25 14:00:59 -0300
commit7081d795aa80039f1331b1701a1e46c40d92faf3 (patch)
treeb320f098b82e1f879c783cb9968aa0bb2bd5e73d /upd8.js
parentd593e0b2dcbf8a68b5e44f06402c6f03b105f34f (diff)
fixes and whatnot!! thank you foreverFlummoxed :D
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/upd8.js b/upd8.js
index bea1163..ba97dbc 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');