diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-04-13 14:01:39 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-04-13 14:01:39 -0300 |
commit | daab6daa23666f51dd96afb30e1728381bdd27c4 (patch) | |
tree | 8eaef94b86e781754ea14287d27d1f4f4ecf7932 /src/page | |
parent | 23f0c581fa911fbee2740813fdbddecd37b62fe9 (diff) |
just one more dateAdded fix
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album.js b/src/page/album.js index b9965547..c194f7b2 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, |