if (this.state.playAll != this.props.playAll) {
      this.setState({ playAll: this.props.playAll });
    }