The top-level EmbedComponent has an audioUrl, but it represents the first episode audio to be played back. When cycling through the playlist, it's the 2nd-level PlayerComponent audioUrl that changes.
This PR keeps that top-level param intact, but adds a downloadUrl output on the PlayerComponent, so it cat emit the actual url being played.
See #192.
The top-level EmbedComponent has an
audioUrl
, but it represents the first episode audio to be played back. When cycling through the playlist, it's the 2nd-level PlayerComponentaudioUrl
that changes.This PR keeps that top-level param intact, but adds a
downloadUrl
output on the PlayerComponent, so it cat emit the actual url being played.