From a5e8d2e89c8a4360a7b14d1f52cb7193ceae67f0 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 26 Nov 2018 22:19:44 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/Music.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 );