Merge pull request #4348 from ritzalam/skip-bad-matadat-xml
- do not include recordings with bad metadata.xml in the response fo…
This commit is contained in:
commit
2dd6a5e005
@ -49,11 +49,6 @@ public class RecordingMetadataReaderHelper {
|
||||
log.error("IOException on " + metadataXml.getAbsolutePath(), e);
|
||||
}
|
||||
|
||||
if (recMeta == null) {
|
||||
recMeta = new RecordingMetadata();
|
||||
recMeta.setMetadataXml(metadataXml.getParentFile().getName());
|
||||
recMeta.setProcessingError(true);
|
||||
}
|
||||
return recMeta;
|
||||
}
|
||||
|
||||
|
@ -1561,7 +1561,7 @@ class ApiController {
|
||||
returncode(RESP_CODE_SUCCESS)
|
||||
recordings(null)
|
||||
messageKey("noRecordings")
|
||||
message("There are not recordings for the meetings")
|
||||
message("There are no recordings for the meeting(s).")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user