« 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/album.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/album.js')
-rw-r--r--src/data/things/album.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js
index bd54a356..dbc3ca5b 100644
--- a/src/data/things/album.js
+++ b/src/data/things/album.js
@@ -54,6 +54,7 @@ import {
   simpleDate,
   simpleString,
   singleReference,
+  soupyFind,
   thing,
   thingList,
   urls,
@@ -270,6 +271,8 @@ export class Album extends Thing {
 
     // Update only
 
+    find: soupyFind(),
+
     albumData: wikiData({
       class: input.value(Album),
     }),