fixed recording size inclusion when processing presentation_export
This commit is contained in:
parent
83ae244485
commit
c4ff37e292
@ -106,7 +106,7 @@ if ($playback == "presentation_export")
|
||||
|
||||
# After all the processing we'll add the published format and raw sizes to the metadata file
|
||||
BigBlueButton.add_raw_size_to_metadata(package_dir, raw_archive_dir)
|
||||
BigBlueButton.add_download_size_to_metadata(package_dir)
|
||||
BigBlueButton.add_playback_size_to_metadata(package_dir)
|
||||
|
||||
if not FileTest.directory?(publish_dir)
|
||||
FileUtils.mkdir_p publish_dir
|
||||
|
Loading…
Reference in New Issue
Block a user