mafintosh / playback

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

$video.time() is not a function, use that.time() instead #101

Closed phated closed 8 years ago

phated commented 8 years ago

Just found a bug that I really should have caught this while developing the repeat functionality but only tested it against chromecast. There is no time() method on the video element and it was probably meant to be the that.time() that is declared above it.