jishi / node-sonos-discovery

Simplified framework for Sonos built on node.js
MIT License
146 stars 75 forks source link

Minor bugfixes #47

Closed neophob closed 8 years ago

neophob commented 8 years ago

clear artist if metadata changes, disable double emit

jishi commented 8 years ago

Hm, I don't think we should remove the player emit here, since I emit on both player and the discovery explicitly to allow subscription to either one depending on need. Where do you see the double emits? The only thing in the HTTP API that uses the events, are the new webhook functionality. Could it be your code that has bound events to both players and the discovery object somewhere?

neophob commented 8 years ago

invalid