Fix scanall, was only scanning one dir. Default route is now /home. Fix 500 error for when displaying an image that doesnt exist

This commit is contained in:
2024-09-17 23:07:00 +10:00
parent 86dceac617
commit 10a1aceeb3
4 changed files with 4 additions and 4 deletions

View File

@@ -112,8 +112,6 @@ class CatalogScanAll extends Command
$c++;
}
}
break;
}
Log::info('Checking for missing files');