fixed recording size inclusion when processing presentation_export

This commit is contained in:
Felipe Cecagno 2015-10-19 17:39:26 -02:00
parent 83ae244485
commit c4ff37e292

View File

@ -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