mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix 331 (#335)
* fix #331 - Video with no date information in EXIF upload via web caused mobile client not able to render other assets
This commit is contained in:
@@ -72,7 +72,6 @@ export class AssetController {
|
||||
): Promise<AssetFileUploadResponseDto> {
|
||||
try {
|
||||
const savedAsset = await this.assetService.createUserAsset(authUser, assetInfo, file.path, file.mimetype);
|
||||
|
||||
if (!savedAsset) {
|
||||
throw new BadRequestException('Asset not created');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user