You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove duplicate hardcoded AUDIO_MAP, use episode.audioUrl directly (#60)
lib/constants.ts's AUDIO_MAP duplicated episode.audioUrl with stale,
broken paths for EP3/EP7. EpisodesSection.tsx and
EpisodeRecommendations.tsx used it instead of the real field, so the
homepage showed wrong play/no-audio states and 404s even after
data/episodes.ts was fixed. Removed the duplicate map and its helper;
both components now read episode.audioUrl directly.
Fixes#59
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments