xat / chromecast-player

simple chromecast player
MIT License
99 stars 20 forks source link

Mute state isn't reflected in current session. #7

Open DanielVoogsgerd opened 8 years ago

DanielVoogsgerd commented 8 years ago

When querying the state of the Chromecast using getCurrentSession, the 2nd parameter on the callback says that the chromecast is not muted. Even after muting it with this lib.

I'm using v0.2.3 with a 1st generation Chromecast.

DanielVoogsgerd commented 8 years ago

The same holds for the volume level btw. getVolume does return the right volume level/mute state though.