diff --git a/Blacklight/Music.php b/Blacklight/Music.php index ec2ef7f08..0c65e2a3f 100755 --- a/Blacklight/Music.php +++ b/Blacklight/Music.php @@ -419,11 +419,11 @@ class Music if ($musicId) { if ($this->echooutput) { $this->colorCli->header( - PHP_EOL.'Added/updated album: '. PHP_EOL. + PHP_EOL.'Added/updated album: '.PHP_EOL. ' Artist: '. - $mus['artist']. PHP_EOL . + $mus['artist'].PHP_EOL. ' Title: '. - $mus['title']. PHP_EOL. + $mus['title'].PHP_EOL. ' Year: '. $year );