refactor: PlaylistArchiveStream should call parent constructor
This commit is contained in:
parent
f315343798
commit
0ed788560c
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue