Hi, I’m using this plugin from years and public downloads are blocked for no logged guests. The only solution I found is to change line 97 of src/MediaLibrary/MediaAccessControl.php from
if(!is_array($access)) $access = [];
to
if(!is_array($access)) $access = array('public');
there is a better solution?
Thanks in advance