more updates

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-10-16 13:49:53 -06:00
parent a4e0c83160
commit 6ff2c4576c
4 changed files with 128 additions and 31 deletions

View File

@@ -2268,6 +2268,7 @@ class AdminController extends AdminBaseController
* @var string $name
* @var Medium|ImageMedium $medium
*/
$this->grav['log']->debug('[AI Pro][listmedia] route=' . $this->route . ' path=' . ($media->getPath() ?: 'n/a') . ' count=' . count($media->all()));
foreach ($media->all() as $name => $medium) {
$metadata = [];