Material admin does not support Media Library from core. I have started a patch to try to solve this issue.
Before patch
Before Patch
After patch
After Patch

Comments

kevinfunk created an issue. See original summary.

saltednut’s picture

You could maybe speed this patch up by only loading the view once, during the if statement.

if ($view = View::load('media_library')) {
...

Should do the trick. I haven't profiled this to see if its a performance boost, but I do know material_admin_install is already kinda slow.

kevinfunk’s picture

StatusFileSize
new5.7 KB

I've updated the patch to only load the view once and fixed an issue where you can't click on the title to edit the media.