mirror of
https://github.com/immich-app/immich.git
synced 2025-06-23 15:30:51 -04:00
fix: broken start/end dates on album update (#17467)
This commit is contained in:
parent
2c31a11e41
commit
15c6506aee
@ -140,7 +140,7 @@ export class AlbumService extends BaseService {
|
|||||||
order: dto.order,
|
order: dto.order,
|
||||||
});
|
});
|
||||||
|
|
||||||
return mapAlbumWithoutAssets(updatedAlbum);
|
return mapAlbumWithoutAssets({ ...updatedAlbum, assets: album.assets });
|
||||||
}
|
}
|
||||||
|
|
||||||
async delete(auth: AuthDto, id: string): Promise<void> {
|
async delete(auth: AuthDto, id: string): Promise<void> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user