Show notes error

I come across an issue in that additional code is present when looking at ‘Show notes’ within a podcast catcher, in this case Podbay. www.podbay.com
Here is a snapshot of what is visible in the additional notes for the podcast, how can I just show the tracklist that I have included in my page or summary.
Here is the link to the podbay episode of my podcast:
[https://podbay.fm/p/1487178021/e/1664746989 ]
Any help would be appreciated!
Screenshot 2022-10-03 081330

Hi,

check your Podlove > Templates, there is usually a clause that prevents the web player to be rendered in the feed, like this:

{% if not is_feed() %}

  {# display web player for episode #}
  {{ episode.player }}

{% endif %}

Please check that the template you use looks like this.