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