jovotech / jovo-framework

🔈 The React for Voice and Chat: Build Apps for Alexa, Messenger, Instagram, the Web, and more
https://www.jovo.tech
Apache License 2.0
1.67k stars 310 forks source link

Metadata methods don't work in Alexa player #328

Closed morfeusys closed 5 years ago

morfeusys commented 5 years ago

I'm submitting a...

Expected Behavior

this.$alexaSkill.$audioPlayer .setTitle('First Track') .setSubtitle('A simple subtitle') .addArtwork('https://www.somewhere.com/image.png') .addBackground('https://www.somewhere.com/background.jpg') // The above method calls need to be before play() .play(url, token);

Should add title, subtitle, artwork and background image to metadata of the player in Alexa.

Current Behavior

Doesn't add metadata filed to response.

Your Environment

aswetlow commented 5 years ago

Fixed! Thanks @morfeusys !