added spaces

This commit is contained in:
DP-PC\DP 2020-05-14 10:32:25 +02:00
parent a62caeab46
commit c06f027b14
No known key found for this signature in database
GPG Key ID: 1AC9D731945EBBEC
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ class Video
if (array_key_exists('Referer', $this->http_headers)) {
$stream_context_options = [
'http' => [
'header' => 'Referer: '.$this->http_headers->Referer
'header' => 'Referer: ' . $this->http_headers->Referer
]
];
}