mirror of
https://github.com/immich-app/immich.git
synced 2026-05-13 12:02:17 +03:00
chore: log id of existing asset on duplicate upload (#27266)
This commit is contained in:
@@ -356,6 +356,7 @@ export class AssetMediaService extends BaseService {
|
||||
await this.addToSharedLink(auth.sharedLink, duplicateId);
|
||||
}
|
||||
|
||||
this.logger.debug(`Duplicate asset upload rejected: existing asset ${duplicateId}`);
|
||||
return { status: AssetMediaStatus.DUPLICATE, id: duplicateId };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user