Probably need to amend this line:

`if ( ‘movie’ === $post->post_type ) {` to do extra checks, and make sure to include all the ones you’re adding, to the query portion.

`if ( ‘movie’ === $post->post_type || ‘tv_show’ === $post->post_type ) {`