fix: Don't call PlaylistArchiveStream parent constructor

Because it messes with the output buffer

Fixes #215
This commit is contained in:
Pierre Rudloff 2019-04-20 11:27:13 +02:00
parent 7ab4c55550
commit 07261db27b
5 changed files with 537 additions and 202 deletions

View file

@ -66,8 +66,6 @@ class PlaylistArchiveStream extends TarArchive
*/
public function __construct(Config $config = null)
{
parent::__construct();
$this->client = new Client();
$this->download = new VideoDownload($config);
}