mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Merge branch 'master' of github.com:phanan/koel
This commit is contained in:
commit
0256fdf62c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class SyncMedia extends Command
|
|||
|
||||
Media::sync(null, $this);
|
||||
|
||||
$this->output->writeln("<info>Completed! {$this->synced} new or updated songs(s)</info>, "
|
||||
$this->output->writeln("<info>Completed! {$this->synced} new or updated song(s)</info>, "
|
||||
."{$this->ignored} unchanged song(s), "
|
||||
."and <comment>{$this->invalid} invalid file(s)</comment>.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue