Merge branch 'develop' of github.com:Rudloff/alltube into develop
This commit is contained in:
commit
196d0b1338
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,9 @@ namespace Alltube;
|
||||||
|
|
||||||
use Slim\Http\Stream;
|
use Slim\Http\Stream;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class used to create a Zip archive from converted playlists entries.
|
||||||
|
*/
|
||||||
class ConvertedPlaylistArchiveStream extends PlaylistArchiveStream
|
class ConvertedPlaylistArchiveStream extends PlaylistArchiveStream
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -566,6 +566,8 @@ class Video
|
||||||
/**
|
/**
|
||||||
* Get a HTTP response containing the video.
|
* Get a HTTP response containing the video.
|
||||||
*
|
*
|
||||||
|
* @param array $headers HTTP headers of the request
|
||||||
|
*
|
||||||
* @return Response
|
* @return Response
|
||||||
*/
|
*/
|
||||||
public function getHttpResponse(array $headers = [])
|
public function getHttpResponse(array $headers = [])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue