mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Headers are an array
This commit is contained in:
@@ -665,7 +665,7 @@ class Binaries
|
||||
continue;
|
||||
}
|
||||
|
||||
if (! isset($header['Bytes']) || ! $header('Bytes')) {
|
||||
if (! isset($header['Bytes']) || ! $header['Bytes']) {
|
||||
$header['Bytes'] = (isset($this->header[':bytes']) ? $header[':bytes'] : 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user