mafintosh / playback

Video player built using electron and node.js
https://mafintosh.github.io/playback/
MIT License
2.01k stars 237 forks source link

error when clicking on chromecast button? #25

Closed jbenet closed 9 years ago

jbenet commented 9 years ago

Getting this error when clicking on chromecasts icon:

index.js:267 Uncaught TypeError: Cannot read property 'removeClass' of null

error not in 38e56fd (before the recent CSS changes)

freeall commented 9 years ago

@jbenet have you updated the modules? npm i

jbenet commented 9 years ago

Ah, that was it. thanks