Put mid into the liveStream ID in console view

This commit is contained in:
Kyle Johnson 2014-11-25 17:45:47 +00:00
parent 929d332ce7
commit 50b1a53369
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ xhtmlHeaders( __FILE__, $SLANG['Console'] );
<div>
<?php
$streamSrc = getStreamSrc( array( "mode=".$streamMode, "monitor=".$monitor['Id'], "scale=".$scale ) );
outputImageStill( "liveStream", $streamSrc, reScale( $monitor['Width'], $scale ), reScale( $monitor['Height'], $scale ), $monitor['Name'] );
outputImageStill( "liveStream".$monitor['Id'], $streamSrc, reScale( $monitor['Width'], $scale ), reScale( $monitor['Height'], $scale ), $monitor['Name'] );
?>
</div>