Sort album assets from newest to oldest (#3444)

This commit is contained in:
cfitzw 2023-07-28 09:47:27 -05:00 committed by GitHub
parent 89ddbac8bc
commit 7147486b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ export class AlbumRepository implements IAlbumRepository {
},
order: {
assets: {
fileCreatedAt: 'ASC',
fileCreatedAt: 'DESC',
},
},
});