This commit is contained in:
2023-04-21 07:11:00 +10:00
parent 5ae6e02ce8
commit 7a2f263061
29 changed files with 775 additions and 387 deletions

View File

@@ -35,7 +35,10 @@ class MediaController extends ApiController
$collection,
['isCollection' => true,
'appendData' => ['total' => $total]
]
],
function ($options) {
return $options['total'] === 0;
}
);
}