« get me outta code hell

data, thumbs: Flash.coverArtwork - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/artwork/withDate.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-10 15:25:14 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-10 16:02:44 -0300
commite05cdb8ffc1677ebc6eca3c14b144ea530015a4c (patch)
tree333414f23164eeba047ae7f4ebb7eb4240af25f7 /src/data/composite/things/artwork/withDate.js
parentb9d1e8d935f7e3e833ccac1fa07bcdf196d7bdc8 (diff)
data, thumbs: Flash.coverArtwork
Diffstat (limited to 'src/data/composite/things/artwork/withDate.js')
-rw-r--r--src/data/composite/things/artwork/withDate.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/data/composite/things/artwork/withDate.js b/src/data/composite/things/artwork/withDate.js
index 08f1427c..5e05b814 100644
--- a/src/data/composite/things/artwork/withDate.js
+++ b/src/data/composite/things/artwork/withDate.js
@@ -1,5 +1,6 @@
 import {input, templateCompositeFrom} from '#composite';
 
+import {raiseOutputWithoutDependency} from '#composite/control-flow';
 import {withPropertyFromObject} from '#composite/data';
 
 export default templateCompositeFrom({
@@ -25,6 +26,11 @@ export default templateCompositeFrom({
           : continuation()),
     },
 
+    raiseOutputWithoutDependency({
+      dependency: 'dateFromThingProperty',
+      output: input.value({'#date': null}),
+    }),
+
     withPropertyFromObject({
       object: 'thing',
       property: 'dateFromThingProperty',