mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
catalog clean up and admin index changes
This commit is contained in:
parent
b99e8307ac
commit
eda7fd335c
12 changed files with 379 additions and 367 deletions
|
@ -34,12 +34,12 @@ while ($r = mysql_fetch_row($db_results)) {
|
|||
$catalog = new Catalog($r[0]);
|
||||
|
||||
// Clean out dead files
|
||||
$catalog->clean_catalog();
|
||||
$catalog->clean_catalog(0,0);
|
||||
|
||||
$catalog->count = 0;
|
||||
|
||||
// Verify Existing
|
||||
$catalog->verify_catalog();
|
||||
$catalog->verify_catalog(0,0,0);
|
||||
|
||||
$catalog->count = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue