constructor(props) {
    super(props);
    this.state = { playing: this.props.playing, time: this.props.time, clickEvent: this.props.clickEvent };
  }