From 05e835e6cdaee2581dca45f4ba618ff278b9a280 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 7 Oct 2025 12:18:43 -0300 Subject: content: remove explicit {content,extra}Dependencies --- src/content/dependencies/listTracksByDurationInAlbum.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/content/dependencies/listTracksByDurationInAlbum.js') diff --git a/src/content/dependencies/listTracksByDurationInAlbum.js b/src/content/dependencies/listTracksByDurationInAlbum.js index c1ea32a1..ad44c7b2 100644 --- a/src/content/dependencies/listTracksByDurationInAlbum.js +++ b/src/content/dependencies/listTracksByDurationInAlbum.js @@ -2,9 +2,6 @@ import {sortByCount, sortChronologically} from '#sort'; import {filterByCount, filterMultipleArrays, stitchArrays} from '#sugar'; export default { - contentDependencies: ['generateListingPage', 'linkAlbum', 'linkTrack'], - extraDependencies: ['language', 'wikiData'], - sprawl({albumData}) { return {albumData}; }, -- cgit 1.3.0-6-gf8a5