mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Remove stray whitespace in X-DNZB-NFO header sent on nzb download. Fixes issue #735
This commit is contained in:
@@ -133,7 +133,7 @@ class GetNzbController extends BasePageController
|
||||
}
|
||||
|
||||
if ((int) $relData['nfostatus'] === 1) {
|
||||
$headers += ['X-DNZB-NFO ' => url('/').'/nfo/'.$request->input('id')];
|
||||
$headers += ['X-DNZB-NFO' => url('/').'/nfo/'.$request->input('id')];
|
||||
}
|
||||
|
||||
$headers += ['X-DNZB-RCode' => '200',
|
||||
|
||||
Reference in New Issue
Block a user