This commit is contained in:
e2002
2023-03-29 09:41:11 +03:00
parent 212f7ab102
commit 9435191126
4 changed files with 7 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ void Player::_stop(bool alreadyStopped){
display.putRequest(PSTOP);
setDefaults();
if(!alreadyStopped) stopSong();
stopInfo();
if(!lockOutput) stopInfo();
if (player_on_stop_play) player_on_stop_play();
}