Ghostbusters 2 Dancing Toaster

ok i think this is the last thing everything is working great thanks to you!!!

only problem i have is it playing the song on RF button Press D and then stopping if i press it again

when i press it it floods the serial command with playing track001 a million times

this is what i have

switch (RFBUTTONDPUSHCOUNTER) {
   case 0: musicPlayer.stopPlaying();
    break;
   
   case 1: Serial.println(F("Playing track 001"));
           musicPlayer.startPlayingFile("track001.mp3");
    break;