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.
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 thethat.time()
that is declared above it.