diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-07-27 19:17:40 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-07-27 19:17:40 -0300 |
commit | dcb2a393c88c8d2f13948a7f489baa8726102b6e (patch) | |
tree | bc7060ceb4f52edb9a3851b14ce7f43cb31d524d /src | |
parent | 1ec514746395086b1d98b9b302df04fdc58e370c (diff) |
content: gGPAlbumsByDateView: you did not
Diffstat (limited to 'src')
-rw-r--r-- | src/content/dependencies/generateGroupGalleryPageAlbumsByDateView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateGroupGalleryPageAlbumsByDateView.js b/src/content/dependencies/generateGroupGalleryPageAlbumsByDateView.js index 58375f3e..6bd0491f 100644 --- a/src/content/dependencies/generateGroupGalleryPageAlbumsByDateView.js +++ b/src/content/dependencies/generateGroupGalleryPageAlbumsByDateView.js @@ -10,7 +10,7 @@ export default { query: (group) => ({ albums: - sortChronologically(group.albums, {latestFirst: true}), + sortChronologically(group.albums.slice(), {latestFirst: true}), }), relations: (relation, query, group) => ({ |