mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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:
parent
a205478a29
commit
c60e852226
2 changed files with 5 additions and 2 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue