forslund/spotify-skill

acknowledge spotify start

forslund opened this issue · 1 comments

When "play spotify" is received the skill starts without any feedback to the user.

I suggest the self.acknowledge() method is used to indicate that the command has been received.

It can simply be added after the continue check here

Resolved by #109.