mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -143,9 +143,10 @@ class GetNzbController extends BasePageController
|
||||
}
|
||||
|
||||
$headers += ['X-DNZB-RCode:' => '200',
|
||||
'X-DNZB-RText:' => 'OK, NZB content follows.'];
|
||||
'X-DNZB-RText:' => 'OK, NZB content follows.', ];
|
||||
|
||||
|
||||
return response()->streamDownload(function () use($nzbPath) {readgzfile($nzbPath);}, $cleanName, $headers);
|
||||
return response()->streamDownload(function () use ($nzbPath) {
|
||||
readgzfile($nzbPath);
|
||||
}, $cleanName, $headers);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user