« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/page/album.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album.js b/src/page/album.js
index b996554..c194f7b 100644
--- a/src/page/album.js
+++ b/src/page/album.js
@@ -73,7 +73,7 @@ export function write(album, {wikiData}) {
                 released: album.date,
                 trackArtAdded: album.trackArtDate,
                 coverArtAdded: album.coverArtDate,
-                addedToWiki: album.dateAdded
+                addedToWiki: album.dateAddedToWiki
             },
             duration: albumDuration,
             color: album.color,