rickyphewitt / emby-skill

This skill allows audio playback from an emby server
11 stars 19 forks source link

The configuration Callback attempts to connect on *every* config sync #13

Closed rickyphewitt closed 5 years ago

rickyphewitt commented 5 years ago

Even if the skill config has changed the skill will attempt to connect to the emby server and when it fails speak an error. This is an endless loop :(

Need to determine if the configuration change updates the values for this skill, if so attempt to connect, if not then ignore the change.