Skip to content

Commit

Permalink
no track number for failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Aug 9, 2021
1 parent fa6ed50 commit 204ba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/Catalog/Catalog_local.php
Expand Up @@ -520,7 +520,7 @@ public function add_to_catalog($options = null)
if ($file['found']) {
echo scrub_out($file['track']) . ": " . T_('Success') . ":\t" . scrub_out($file['file']) . "\n";
} else {
echo scrub_out($file['track']) . ": " . T_('Failure') . ":\t" . scrub_out($file['file']) . "\n";
echo "-: " . T_('Failure') . ":\t" . scrub_out($file['file']) . "\n";
}
flush();
} // foreach songs
Expand Down

0 comments on commit 204ba2f

Please sign in to comment.