Skip to content

Commit

Permalink
Sort album assets from newest to oldest (immich-app#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfitzw authored Jul 28, 2023
1 parent 89ddbac commit 7147486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/immich/api-v1/album/album-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class AlbumRepository implements IAlbumRepository {
},
order: {
assets: {
fileCreatedAt: 'ASC',
fileCreatedAt: 'DESC',
},
},
});
Expand Down

0 comments on commit 7147486

Please sign in to comment.