Applied fixes from StyleCI
This commit is contained in:
parent
7d930d5083
commit
21967b77fb
1 changed files with 2 additions and 1 deletions
|
@ -170,6 +170,7 @@ class VideoDownload
|
||||||
$builder->add($video->{$property});
|
$builder->add($video->{$property});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $builder;
|
return $builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,7 +189,7 @@ class VideoDownload
|
||||||
$builder = new ProcessBuilder(
|
$builder = new ProcessBuilder(
|
||||||
[
|
[
|
||||||
$this->config->rtmpdump,
|
$this->config->rtmpdump,
|
||||||
'-q'
|
'-q',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
$builder = $this->addOptionsToRtmpProcess($builder, $video);
|
$builder = $this->addOptionsToRtmpProcess($builder, $video);
|
||||||
|
|
Loading…
Reference in a new issue