diff --git a/classes/PlaylistArchiveStream.php b/classes/PlaylistArchiveStream.php index 3c45a04..56d32d2 100644 --- a/classes/PlaylistArchiveStream.php +++ b/classes/PlaylistArchiveStream.php @@ -66,6 +66,8 @@ class PlaylistArchiveStream extends TarArchive */ public function __construct(Config $config = null) { + parent::__construct(); + $this->client = new Client(); $this->download = new VideoDownload($config); }