« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/find.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/find.js')
-rw-r--r--src/util/find.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/find.js b/src/util/find.js
index ed0a680..dcb15b3 100644
--- a/src/util/find.js
+++ b/src/util/find.js
@@ -114,7 +114,7 @@ function matchTagName(ref, data, quiet) {
 }
 
 const find = {
-  album: findHelper(['album', 'album-commentary']),
+  album: findHelper(['album', 'album-commentary', 'album-gallery']),
   artist: findHelper(['artist', 'artist-gallery']),
   artTag: findHelper(['tag'], {byName: matchTagName}),
   flash: findHelper(['flash']),