thibauts / node-castv2-client

A Chromecast client based on the new (CASTV2) protocol
MIT License
646 stars 92 forks source link

Added null check for current session #63

Open jpetrocik opened 7 years ago

jpetrocik commented 7 years ago

media call fails silently when currentSession is null. This happens when no media is playing, rather then silently failing I added a null check and error callback.