mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Sort album assets from newest to oldest (#3444)
This commit is contained in:
parent
89ddbac8bc
commit
7147486b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export class AlbumRepository implements IAlbumRepository {
|
||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
assets: {
|
assets: {
|
||||||
fileCreatedAt: 'ASC',
|
fileCreatedAt: 'DESC',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue