1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Fix catalog update script

This commit is contained in:
Afterster 2014-02-22 16:13:36 +01:00
parent ac34354847
commit 87b459bfa4

View file

@ -79,7 +79,6 @@ if ($artadd == 0 && $catclean == 0 && $catverify == 0 && $catadd == 0) { //di
$catverify = 1;
$catadd = 1;
$artadd = 1;
$plimp = 1;
}
echo T_("Starting Catalog Operations...") . $operations_string . "\n";
@ -159,7 +158,7 @@ function usage() {
echo "\n";
echo T_("Usage: catalog_update.inc [CATALOG NAME] [-c|-v|-a|-g|-t|-i]");
echo "\n\t";
echo T_("Default behavior is to do all");
echo T_("Default behavior is to do all except playlist import");
echo "\n-c\t";
echo T_('Clean Catalogs');
echo "\n-v\t";
@ -167,7 +166,7 @@ function usage() {
echo "\n-a\t";
echo T_('Add to Catalogs');
echo "\n-i\t";
echo T_('Import Playlists')
echo T_('Import Playlists');
echo "\n-g\t";
echo T_('Gather Art');
echo "\n";