« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 8652f65..e2a5b73 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -2449,6 +2449,8 @@ async function main() {
         }
     }
 
+    WD.tagData.sort(sortByName);
+
     WD.groupData = await processGroupDataFile(path.join(dataPath, GROUP_DATA_FILE));
     if (WD.groupData.error) {
         console.log(`\x1b[31;1m${WD.groupData.error}\x1b[0m`);