mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(server) fix order of asset in shared album to be similar to the actual album (#1293)
This commit is contained in:
@@ -70,6 +70,16 @@ export class SharedLinkRepository implements ISharedLinkRepository {
|
|||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
createdAt: 'DESC',
|
createdAt: 'DESC',
|
||||||
|
assets: {
|
||||||
|
createdAt: 'ASC',
|
||||||
|
},
|
||||||
|
album: {
|
||||||
|
assets: {
|
||||||
|
assetInfo: {
|
||||||
|
createdAt: 'ASC',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user