Can't stop DFplayer mini playing the file even using mp3_stop command

hi, how to exactly write such command, sorry...

should I write it this way:

void setup () {
  Serial.begin (9600);
  mp3_set_serial (Serial);  //set Serial for DFPlayer-mini mp3 module 
  delay(1);  //wait 1ms for mp3 module to set volume
  mp3_set_volume (20);
[b]mp3_stop;[/b]

}