@derekahanson @ainali@social.coop @ainali@wikipediapodden.se if every post on your blog should prioritize audio over other attachments, you could try it with:
```
add_filter( 'filter_media_by_object_type', function( $type ) {
return 'audio';
} );
```