ignore metadata errors
This commit is contained in:
parent
11ace7d793
commit
bb37368f56
1 changed files with 1 additions and 5 deletions
|
@ -399,11 +399,7 @@ class UploadService {
|
|||
}
|
||||
this.metadataMap.set(metadataJSON['title'], metaDataObject);
|
||||
} catch (e) {
|
||||
const error = new Error(
|
||||
`Error reading metaDataFile ${recievedFile.name}`
|
||||
);
|
||||
this.uploadErrors.push(error);
|
||||
this.setUploadErrors(this.uploadErrors);
|
||||
//ignore
|
||||
}
|
||||
}
|
||||
private async generateThumbnail(
|
||||
|
|
Loading…
Add table
Reference in a new issue