mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update message for added or updated XXX movies
This commit is contained in:
+1
-2
@@ -573,8 +573,7 @@ class XXX
|
||||
|
||||
if ($this->echooutput) {
|
||||
ColorCLI::doEcho(
|
||||
ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: ' : 'Nothing to update for XXX movie: ')) .
|
||||
ColorCLI::primary($mov['title'])
|
||||
ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: ' . ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: ' . ColorCLI::primary($mov['title'])))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user