diff --git a/server/src/dtos/album.dto.ts b/server/src/dtos/album.dto.ts index 6649340cab..15e606b073 100644 --- a/server/src/dtos/album.dto.ts +++ b/server/src/dtos/album.dto.ts @@ -102,7 +102,7 @@ export class AlbumResponseDto { updatedAt!: Date; albumThumbnailAssetId!: string | null; shared!: boolean; - @ApiProperty({ deprecated: true, description: 'Deprecated in favor of users' }) + @ApiProperty({ deprecated: true, description: 'Deprecated in favor of sharedUsersV2' }) sharedUsers!: UserResponseDto[]; sharedUsersV2!: AlbumUserResponseDto[]; hasSharedLink!: boolean;