Merge branch 'bbb-2x-mconf' of github.com:bigbluebutton/bigbluebutton into bbb-2x-mconf
This commit is contained in:
commit
5d60a59650
@ -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