Merge branch 'develop' of github.com:Rudloff/alltube into develop

This commit is contained in:
Pierre Rudloff 2019-04-22 15:32:29 +02:00
commit 196d0b1338
2 changed files with 5 additions and 0 deletions

View file

@ -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
{ {
/** /**

View file

@ -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 = [])