mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Sort album assets from newest to oldest (#3444)
This commit is contained in:
@@ -36,7 +36,7 @@ export class AlbumRepository implements IAlbumRepository {
|
|||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
assets: {
|
assets: {
|
||||||
fileCreatedAt: 'ASC',
|
fileCreatedAt: 'DESC',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user