« get me outta code hell

data: pre-sort artists, mark group non-sorting - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/group.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-29 08:27:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-30 07:59:40 -0400
commit4aca33098a53d29082e1e121d841d5eb6fb07126 (patch)
tree8640f932888601c3311249031071d7b06e2a6cbe /src/data/things/group.js
parent2960fb60606ce0e356f7cb62c3b17e9d41e742fc (diff)
data: pre-sort artists, mark group non-sorting
Diffstat (limited to 'src/data/things/group.js')
-rw-r--r--src/data/things/group.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/things/group.js b/src/data/things/group.js
index a32cd64d..462c928a 100644
--- a/src/data/things/group.js
+++ b/src/data/things/group.js
@@ -143,6 +143,10 @@ export class Group extends Thing {
 
       return {groupData, groupCategoryData};
     },
+
+    // Groups aren't sorted at all, always preserving the order in the data
+    // file as-is.
+    sort: null,
   });
 }