From 21967b77fbd59094e6af6009039980235de4c06f Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 15 Oct 2016 14:20:54 +0000 Subject: [PATCH] Applied fixes from StyleCI --- classes/VideoDownload.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index 5124aca..498a56b 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -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);