if (playerState.shouldSeekTo !== undefined && prevPlayerState.shouldSeekTo !== playerState.shouldSeekTo ) {
    player.currentTime(playerState.shouldSeekTo);
  }