Merge pull request #76 from Rudloff/analysis-87b32V

Applied fixes from StyleCI
This commit is contained in:
Pierre Rudloff 2016-10-15 15:23:38 +01:00 committed by GitHub
commit 87c2d713a9
1 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ class VideoDownload
$builder->add($video->{$property});
}
}
return $builder;
}
@ -188,7 +189,7 @@ class VideoDownload
$builder = new ProcessBuilder(
[
$this->config->rtmpdump,
'-q'
'-q',
]
);
$builder = $this->addOptionsToRtmpProcess($builder, $video);