Update message for added or updated XXX movies

This commit is contained in:
DariusIII
2017-04-21 15:19:53 +02:00
parent 0eda92fbc2
commit f9e1b4cdce
+1 -2
View File
@@ -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'])))
);
}