vidbacking
vidbacking copied to clipboard
Uncaught TypeError: obj[0] is undefined
I obtain a Uncaught TypeError: obj[0] is undefined
in line 265, and had to add a check for obj[0]
to make it work:
if(obj[0] && obj[0].paused){
instead of if(obj[0].paused){
Thanks for using vidbacking. As I never encountered this issue before, please share the code that will generate the error. it will help me to do required changes in the code.