pass mode when getting mp4 download link
This commit is contained in:
parent
a5079f205e
commit
42263bf39a
|
@ -135,7 +135,7 @@ if ( canEdit( 'Events' ) ) {
|
||||||
<?php
|
<?php
|
||||||
} // end if can edit Events
|
} // end if can edit Events
|
||||||
if ( $Event->DefaultVideo() ) { ?>
|
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
|
<?php
|
||||||
} // end if Event->DefaultVideo
|
} // end if Event->DefaultVideo
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue