« 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/flash
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/flash')
-rw-r--r--src/data/things/flash/Flash.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/things/flash/Flash.js b/src/data/things/flash/Flash.js
index b06b0452..588fbae5 100644
--- a/src/data/things/flash/Flash.js
+++ b/src/data/things/flash/Flash.js
@@ -12,6 +12,7 @@ import {
   parseCreditingSources,
   parseDate,
   parseDimensions,
+  parseURLs,
 } from '#yaml';
 
 import {withPropertyFromObject} from '#composite/data';
@@ -216,7 +217,7 @@ export class Flash extends Thing {
       'Directory': {property: 'directory'},
       'Page': {property: 'page'},
       'Color': {property: 'color'},
-      'URLs': {property: 'urls'},
+      'URLs': {property: 'urls', transform: parseURLs},
 
       'Date': {
         property: 'date',