« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things')
-rw-r--r--src/data/things/album/Album.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/things/album/Album.js b/src/data/things/album/Album.js
index 54b7ef2d..06329345 100644
--- a/src/data/things/album/Album.js
+++ b/src/data/things/album/Album.js
@@ -324,6 +324,8 @@ export class Album extends Thing {
         compute: ({style}) =>
           (style === 'in-game vgm'
             ? true
+         : style === 'meta'
+            ? true
             : false),
       },
     ],