Forum Discussion
renojim
10 years agoCommunity Streaming Expert
You appear to have multiple variables referring to whether or not the video is paused:
You really need to clean this up. I doubt there's any reason to have anything other than a variable just called paused.
-JT
m.paused
m.player.paused
this.paused
You really need to clean this up. I doubt there's any reason to have anything other than a variable just called paused.
-JT