PRX / Play-Angular

Embed player
MIT License
11 stars 7 forks source link

Playlist download links #194

Closed cavis closed 6 years ago

cavis commented 6 years ago

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 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.