@Override
 public void next() {
   if (mPlaylist != null) {
     mPlaylist.selectNext();
     play();
   }
 }