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;
/**
* Class used to create a Zip archive from converted playlists entries.
*/
class ConvertedPlaylistArchiveStream extends PlaylistArchiveStream
{
/**

View File

@ -566,6 +566,8 @@ class Video
/**
* Get a HTTP response containing the video.
*
* @param array $headers HTTP headers of the request
*
* @return Response
*/
public function getHttpResponse(array $headers = [])