Remove stray whitespace in X-DNZB-NFO header sent on nzb download. Fixes issue #735

This commit is contained in:
DariusIII
2018-10-03 15:06:05 +02:00
parent 68ac1baec6
commit 8fba27ec0e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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',