Skip to content

Commit

Permalink
Fixed extra ?
Browse files Browse the repository at this point in the history
  • Loading branch information
blItzkrIg1o1 committed Jan 20, 2015
1 parent 33b3545 commit 03f4e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha/lib/model/LiveEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function getLiveStreamConfigurations($protocol = 'http', $tag = null, $cu
$queryString = array();
if($this->getDvrStatus() == DVRStatus::ENABLED)
{
$queryString[] = '?DVR';
$queryString[] = 'DVR';
}

if(count($flavorParamsIds) === 1)
Expand Down

0 comments on commit 03f4e04

Please sign in to comment.