forslund / spotify-skill

Mycroft Skill to control spotify using the Spotify Connect API
Apache License 2.0
71 stars 38 forks source link

acknowledge spotify start #107

Closed forslund closed 4 years ago

forslund commented 4 years ago

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

forslund commented 4 years ago

Resolved by #109.