mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
fluf for catalog update
This commit is contained in:
parent
7634fe3b04
commit
d8b8c6a131
1 changed files with 9 additions and 0 deletions
|
@ -12,10 +12,19 @@ while ($r = mysql_fetch_row($db_results)) {
|
|||
// Clean out dead files
|
||||
$catalog->clean_catalog();
|
||||
|
||||
$catalog->count = 0;
|
||||
|
||||
// Verify Existing
|
||||
$catalog->verify_catalog();
|
||||
|
||||
$catalog->count = 0;
|
||||
|
||||
echo "\n\n";
|
||||
|
||||
// Look for new files
|
||||
$catalog->add_to_catalog();
|
||||
echo "\n\n";
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue