Missing param types
This commit is contained in:
parent
60bd5dad6b
commit
8999180284
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class FrontController
|
||||||
*
|
*
|
||||||
* @return Response HTTP response
|
* @return Response HTTP response
|
||||||
*/
|
*/
|
||||||
private function getStream($url, $format, $response, $request, $password = null)
|
private function getStream($url, $format, Response $response, Request $request, $password = null)
|
||||||
{
|
{
|
||||||
$video = $this->download->getJSON($url, $format, $password);
|
$video = $this->download->getJSON($url, $format, $password);
|
||||||
if ($video->protocol == 'rtmp') {
|
if ($video->protocol == 'rtmp') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue