mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat: album order per user
This commit is contained in:
@@ -15,7 +15,7 @@ export class AlbumFactory {
|
||||
#albumUsers: AlbumUserFactory[] = [];
|
||||
#assets: AssetFactory[] = [];
|
||||
|
||||
private constructor(private readonly value: Selectable<AlbumTable>) {}
|
||||
private constructor(private readonly value: Selectable<AlbumTable> & { order: AssetOrder }) {}
|
||||
|
||||
static create(dto: AlbumLike = {}) {
|
||||
return AlbumFactory.from(dto).build();
|
||||
|
||||
Reference in New Issue
Block a user