mirror of
https://github.com/immich-app/immich.git
synced 2026-05-25 09:02:31 -04:00
fix(web): prevent unrelated assets from appearing in tag view (#26816)
This commit is contained in:
@@ -170,6 +170,7 @@ export const toTimelineAsset = (unknownAsset: AssetResponseDto | TimelineAsset):
|
||||
return {
|
||||
id: assetResponse.id,
|
||||
ownerId: assetResponse.ownerId,
|
||||
tags: assetResponse.tags?.map((tag) => tag.id),
|
||||
ratio,
|
||||
thumbhash: assetResponse.thumbhash,
|
||||
localDateTime,
|
||||
|
||||
Reference in New Issue
Block a user