How to change default post type / post to media or attachments

You almost have it right, it should be attachment instead of media since all media uploads are “called” attachments” in WordPress,
so:

 $query->set( 'post_type', 'attachment' );