Skip to content

Commit

Permalink
Merge pull request #498 from thejonanshow/multiple-podcast-episodes
Browse files Browse the repository at this point in the history
Use multi-episode player link.
  • Loading branch information
jerelmiller authored Jul 29, 2020
2 parents 020dbda + 24e116d commit c7a9089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/podcasts.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const PodcastsPage = () => {
<div id="buzzsprout-player">
<iframe
title="buzzsprout"
src="https://www.buzzsprout.com/1225223/4619918-code-red-observability-meltdown?client_source=small_player&amp;iframe=true&amp;referrer=https%253A%252F%252Fwww.buzzsprout.com%252F1225223%252F4619918-code-red-observability-meltdown.js%253Fcontainer_id%253Dbuzzsprout-player%2526player%253Dsmall%22%20width=%22100%25%22%20height=%22200%22%20frameborder=%220%22%20scrolling=%22no%22"
src="https://www.buzzsprout.com/1225223?client_source=large_player&iframe=true&referrer=https://www.buzzsprout.com/1225223.js?container_id=buzzsprout-large-player-1225223&player=large"
/>
</div>
</section>
Expand Down

0 comments on commit c7a9089

Please sign in to comment.