This commit is contained in:
e2002
2023-01-17 15:31:22 +03:00
parent 5e5db0c9a8
commit f90718f2f0
75 changed files with 10961 additions and 8 deletions

View File

@@ -78,7 +78,8 @@ void Player::stop(const char *nttl){
netserver.requestOnChange(BITRATE, 0);
display.putRequest(DBITRATE);
display.putRequest(PSTOP);
setDefaults();
//setDefaults();
stopSong();
stopInfo();
if (player_on_stop_play) player_on_stop_play();
}