@Override
 public void stop() {
   if (isPlaying) {
     playMode.stop();
     isPlaying = false;
   }
 }