disableAutoPlay method

void disableAutoPlay()

Disable auto-play

Implementation

void disableAutoPlay() {
  player.setAutoPlay(false);
}