mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix the message spacing
This commit is contained in:
@@ -824,7 +824,7 @@ class ProcessAdditional
|
||||
// Get a list of files in the nzb.
|
||||
$this->_nzbContents = $this->_nzb->nzbFileList($nzbContents, ['no-file-key' => false, 'strip-count' => true]);
|
||||
if (\count($this->_nzbContents) === 0) {
|
||||
$this->_echo('NZB is potentially broken for GUID: '.$this->_release->guid.'deleting the release.', 'warning');
|
||||
$this->_echo('NZB is potentially broken for GUID: '.$this->_release->guid.', deleting the release.', 'warning');
|
||||
|
||||
Release::query()->where('guid', $this->_release->guid)->delete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user