alexa-samples / skill-sample-nodejs-audio-player

An Alexa Skill Sample showing how to play long form audio in 3P-skills
Other
470 stars 319 forks source link

Changed line 289 #136

Closed TheDreamSaver closed 5 years ago

TheDreamSaver commented 5 years ago

Issue #, if available:

Description of changes: Changed line 289 to const playbackInfo = await getPlaybackInfo(handlerInput); const playbackInfo = await handlerInput.attributesManager.getPersistentAttributes().playbackInfo; was setting playbackInfo as undefined.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.