Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redundant media link issue on podcast page #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ONKARBH
Copy link

@ONKARBH ONKARBH commented Jan 17, 2025

This pull request addresses a bug on the podcast page where the media link for videos was being displayed alongside the embedded player, causing redundancy. To resolve this, I have updated the code to conditionally render the media link only when it's necessary, improving user experience by eliminating the duplicate media display. This ensures that only one media element (either the link or the player) is shown at a time, depending on the podcast type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant