From a671ddcc54c4002ab178b9ee0703d7559732875b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 6 Apr 2025 18:10:03 -0300 Subject: data: referencedArtworkList: drop date input Used for some truly shenanigans sorting behavior hooked into by reverse itself, but we won't need this anymore, because the referencing things will just be the artworks themselves, already properly dated. --- src/data/things/album.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/data/things/album.js') diff --git a/src/data/things/album.js b/src/data/things/album.js index 9137ac31..32905624 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -248,20 +248,7 @@ export class Album extends Thing { value: input.value([]), }), - { - dependencies: ['coverArtDate', 'date'], - compute: (continuation, { - coverArtDate, - date, - }) => continuation({ - ['#date']: - coverArtDate ?? date, - }), - }, - - referencedArtworkList({ - date: '#date', - }), + referencedArtworkList(), ], // Update only -- cgit 1.3.0-6-gf8a5