mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update additional postprocessing code
This commit is contained in:
@@ -56,6 +56,13 @@ class ConsoleOutputService
|
||||
$this->echo(PHP_EOL.'['.$releaseId.']['.human_filesize($size, 1).']', 'primaryOver');
|
||||
}
|
||||
|
||||
public function setProcessTitle(int $releaseId): void
|
||||
{
|
||||
if (function_exists('cli_set_process_title')) {
|
||||
@cli_set_process_title(PHP_BINARY.' '.__DIR__.'/AdditionalProcessingOrchestrator.php ReleaseID: '.$releaseId);
|
||||
}
|
||||
}
|
||||
|
||||
public function echoCompressedDownload(): void
|
||||
{
|
||||
$this->echo('(cB)', 'primaryOver');
|
||||
|
||||
Reference in New Issue
Block a user