pass mode when getting mp4 download link

This commit is contained in:
Isaac Connor 2017-09-08 12:29:10 -04:00
parent a5079f205e
commit 42263bf39a
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if ( canEdit( 'Events' ) ) {
<?php
} // end if can edit Events
if ( $Event->DefaultVideo() ) { ?>
<div id="downloadEventFile"><a href="<?php echo $Event->getStreamSrc()?>">Download MP4</a></div>
<div id="downloadEventFile"><a href="<?php echo $Event->getStreamSrc(array('mode'=>'mp4'))?>">Download MP4</a></div>
<?php
} // end if Event->DefaultVideo
?>